Html Css Color HEX #55CC88 Emerald

📋 copy color: '#55CC88'

red 85 ◦ green 204 ◦ blue 136

#55CC88
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Emerald #55CC88

Tints of Emerald #55CC88

RGB

 RED value IS 85 (33.59% from 255) = 20%

 GREEN value IS 204 (80.08% from 255) = 48%

 BLUE value IS 136 (53.52% from 255) = 32%

R = 20%
G = 48%
B = 32%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.33

 K value IS 0.2

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#55CC88 (or 0x55CC88) is known color: Emerald. HEX triplet: 55, CC and 88. RGB value is (85,204,136). Sum of RGB (Red+Green+Blue) = 85+204+136=425 (56% of max value = 765). Red value is 85 (33.59% from 255 or 20% from 425); Green value is 204 (80.08% from 255 or 48% from 425); Blue value is 136 (53.52% from 255 or 32% from 425); Max value from RGB is 204 - color contains mainly: green. Hex color #55CC88 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55CC88 is #AA3377. Grayscale: #A0A0A0. Windows color (decimal): -11154296 or 8965205. OLE color: 8965205.

HSL color Cylindrical-coordinate representation of color #55CC88: hue angle of 145.71º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #55CC88 is Cyan = 0.58, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.2.

Color convert

RGB 85 204 136 -
CMYK 0.58 0 0.33 0.2
HSL 145.71º 0.54% 0.57% -
HSV(B) 145.71º 0.58% 0.8% -
XYZ 29.78 46.89 30.77 -
YUV 160.67 114.08 74.03 -
System Red Green Blue C M Y K H S L
Decimal 85 204 136 0.58 0 0.33 0.2 145.71 0.54 0.57
Hex 55 CC 88 3A 0 21 14 92 36 39
Octal 125 314 210 72 0 41 24 222 66 71
Binary 1010101 11001100 10001000 111010 0 100001 10100 10010010 110110 111001

Color Harmonies of #55CC88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55CC88

Black with #55CC88

Text Example


Text Example

White with #55CC88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55CC88; }

 p { color: rgb(85,204,136); }

 H1.HeaderClassName
 {
   color: #55CC88;
 }
 .AnyTagClassName
 {
   color: #55CC88;
 }
</style>

background-color css

<style>
 a { background-color: #55CC88; }

 a { background-color: rgb(85,204,136); }

 div.DivClassName
 {
   background-color: #55CC88;
 }
 .BgClassName
 {
   background-color: #55CC88;
 }
</style>

border-color css

<style>
 span { border-color: #55CC88; }

 span { border-color: rgb(85,204,136); }

 td.TdClassName
 {
   border-color: #55CC88;
 }
 .TagClassName
 {
   border-color: #55CC88;
 }
</style>