COLOR #55AD95

HEX: #55AD95
RGB: (85,173,149)

Renk bilgisi

#55AD95 contains mainly green and blue colors. #55AD95 ‘ nin web güvenlik rengi #669999 (ya da #699) dir.

RGB renk modeli

#55AD95 color RGB value is (85,173,149).

  • kırmız ton 85;
  • yeşil ton 173;
  • mavi ton 149.
RGB:
(85,173,149)
(33%,68%,58%)

RGB bağlantıları ve doygunluk

R 85 of 255 = 33%
G 173 of 255 = 68%
B 149 of 255 = 58%

85
173
149

R + G + B ~ 53%. #55AD95 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
85 + 173 + 149 = 407 (100%)
R 85 of 407 ~ 20.88%
G 173 of 407 ~ 42.51%
B 149 of 407 ~ 36.61%

%20.88
%42.51
%36.61

CMYK RENK MODELİ

#55AD95 rengi CMYK tonu (51,0,14,32).

  • camgöbeği tonu 50.87%
  • eflatun tonu 0.00%
  • sarı tonu 13.87%
  • ana renk tonu 32.16%
CMYK:
(51,0,14,32)
C51M0Y14K32 
(51%,0%,14%,32%)
(0.51/0.00/0.14/0.32)	

CMYK yüzdeleri

%50.87
%0
%13.87
%32.16

Codes

Color #55AD95 in popluar color models

55AD95
RGB85173149
HSL164°34.92%50.59%
HSB/HSV164°50.87%67.84%
CMYK50.87%0.00%13.87%
32.16%

Color #55AD95 in popluar number systems.

HEX55AD95
Decimal85173149
Binary10101011010110110010101
Octal125255225

Shades and tints

Shades of #55AD95

#55AD95
(85,173,149)
#4E9E88
(78,158,136)
#478F7B
(71,143,123)
#40806E
(64,128,110)
#397161
(57,113,97)
#326254
(50,98,84)
#2B5347
(43,83,71)
#24443A
(36,68,58)
#1D352D
(29,53,45)
#162620
(22,38,32)
#0F1713
(15,23,19)
#000000
(0,0,0)

Tints of #55AD95

#55AD95
(85,173,149)
#64B49E
(100,180,158)
#73BBA7
(115,187,167)
#82C2B0
(130,194,176)
#91C9B9
(145,201,185)
#A0D0C2
(160,208,194)
#AFD7CB
(175,215,203)
#BEDED4
(190,222,212)
#CDE5DD
(205,229,221)
#DCECE6
(220,236,230)
#EBF3EF
(235,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55AD95 color. Also use rgb(85,173,149) instead hex code.

Text Font Color

.myTextColor { color: #55AD95; }

<p style="color:#55AD95">This sample text font color is #55AD95.</p>

This text font color is #55AD95.


Background Color

.myBgColor { background-color: #55AD95; }

<div style="background-color:#55AD95">Inner text</div>

This div background color is #55AD95.


Border color

.myBorderColor { border: 1px solid #55AD95; }

<div style="border:3px solid #55AD95">Div</div>

This div border color is #55AD95.


Opacity

.myOpacity80 { color: #55AD95; opacity: 0.8; }

<p style="color:#55AD95;opacity:0.8;">80%</p>

Text with #55AD95 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #55AD95;}

<p style="text-shadow: 3px 3px 1px #55AD95">Text here.</p>

This text has shadow with #55AD95 color.

.textShadow {text-shadow: 3px 3px 1px #55AD95, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #55AD95, 5px 5px 20px red">Text here.</p>

This text has shadow with #55AD95 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#55AD95, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#55AD95, Direction=45, Strength=4)">Text</p>

This text has shadow with #55AD95 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #55AD95;
  -webkit-box-shadow:	1px 1px 3px 2px #55AD95;
  box-shadow:		1px 1px 3px 2px #55AD95;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #55AD95;
-webkit-box-shadow: 1px 1px 3px 2px #55AD95;
box-shadow:1px 1px 3px 2px #55AD95;">
Div content here</div>
This div box has shadow with color #55AD95.

Preview

Color preview on black background

This text has color #55AD95 on black background.


Color preview on white background

This text has color #55AD95 on white background.



Black color preview on #55AD95 background

This text has black color on #55AD95 background.


White color preview on #55AD95 background

This text has white color on #55AD95 background.