#55E192

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

Shades of Emerald #55E192

Tints of Emerald #55E192

Color information

#55E192 (or 0x55E192) is unknown color: approx Emerald. HEX triplet: 55, E1 and 92. RGB value is (85,225,146). Sum of RGB (Red+Green+Blue) = 85+225+146=456 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.64% from 456); Green value is 225 (88.28% from 255 or 49.34% from 456); Blue value is 146 (57.42% from 255 or 32.02% from 456); Max value from RGB is 225 - color contains mainly: green. Hex color #55E192 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55E192 is #AA1E6D. Grayscale: #AEAEAE. Windows color (decimal): -11148910 or 9625941. OLE color: 9625941.

HSL color Cylindrical-coordinate representation of color #55E192: hue angle of 146.14º degrees, saturation: 0.7, 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 #55E192 is Cyan = 0.62, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.12.

Color convert

RGB85225146-
CMYK0.6200.350.12
HSL146.14º70%60.78%-
HSV(B)146.14º62.22%88.24%-
XYZ35.8657.8636.47-
YUV174.13112.1264.42-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.64%
GREEN value IS 225 (88.28% from 255) = 49.34%
BLUE value IS 146 (57.42% from 255) = 32.02%
R=18.64%
G=49.34%
B=32.02%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal852251460.6200.350.12146.147060.78
Hex55E1923E023C92463d
Octal125341222760431422210675
Binary1010101111000011001001011111001000111100100100101000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55E192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,225,146); }

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

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

 a { background-color: rgb(85,225,146); }

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

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

 span { border-color: rgb(85,225,146); }

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