#55E07A

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

Shades of Emerald #55E07A

Tints of Emerald #55E07A

Color information

#55E07A (or 0x55E07A) is unknown color: approx Emerald. HEX triplet: 55, E0 and 7A. RGB value is (85,224,122). Sum of RGB (Red+Green+Blue) = 85+224+122=431 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.72% from 431); Green value is 224 (87.89% from 255 or 51.97% from 431); Blue value is 122 (48.05% from 255 or 28.31% from 431); Max value from RGB is 224 - color contains mainly: green. Hex color #55E07A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55E07A is #AA1F85. Grayscale: #ABABAB. Windows color (decimal): -11149190 or 8052821. OLE color: 8052821.

HSL color Cylindrical-coordinate representation of color #55E07A: hue angle of 135.97º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #55E07A is Cyan = 0.62, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.12.

Color convert

RGB85224122-
CMYK0.6200.460.12
HSL135.97º69.15%60.59%-
HSV(B)135.97º62.05%87.84%-
XYZ33.9156.6527.56-
YUV170.81100.4566.79-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.72%
GREEN value IS 224 (87.89% from 255) = 51.97%
BLUE value IS 122 (48.05% from 255) = 28.31%
R=19.72%
G=51.97%
B=28.31%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal852241220.6200.460.12135.9769.1560.59
Hex55E07A3E02EC88453d
Octal125340172760561421010575
Binary101010111100000111101011111001011101100100010001000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55E07A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,224,122); }

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

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

 a { background-color: rgb(85,224,122); }

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

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

 span { border-color: rgb(85,224,122); }

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