#55CB8B

Color #55CB8B Emerald (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emerald #55CB8B

Tints of Emerald #55CB8B

Color information

#55CB8B (or 0x55CB8B) is unknown color: approx Emerald. HEX triplet: 55, CB and 8B. RGB value is (85,203,139). Sum of RGB (Red+Green+Blue) = 85+203+139=427 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.91% from 427); Green value is 203 (79.69% from 255 or 47.54% from 427); Blue value is 139 (54.69% from 255 or 32.55% from 427); Max value from RGB is 203 - color contains mainly: green. Hex color #55CB8B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55CB8B is #AA3474. Grayscale: #A0A0A0. Windows color (decimal): -11154549 or 9161557. OLE color: 9161557.

HSL color Cylindrical-coordinate representation of color #55CB8B: hue angle of 147.46º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #55CB8B is Cyan = 0.58, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.20.

Color convert

RGB85203139-
CMYK0.5800.320.20
HSL147.46º53.15%56.47%-
HSV(B)147.46º58.13%79.61%-
XYZ29.7646.5131.83-
YUV160.42115.9174.2-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.91%
GREEN value IS 203 (79.69% from 255) = 47.54%
BLUE value IS 139 (54.69% from 255) = 32.55%
R=19.91%
G=47.54%
B=32.55%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal852031390.5800.320.20147.4653.1556.47
Hex55CB8B3A02014933538
Octal12531321372040242236570
Binary1010101110010111000101111101001000001010010010011110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55CB8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,203,139); }

 H1.HeaderClassName
 {
   color: #55CB8B;
 }
 .AnyTagClassName
 {
   color: #55CB8B;
 }
</style>
background-color css

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

 a { background-color: rgb(85,203,139); }

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

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

 span { border-color: rgb(85,203,139); }

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