#55E68A

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

Shades of Emerald #55E68A

Tints of Emerald #55E68A

Color information

#55E68A (or 0x55E68A) is unknown color: approx Emerald. HEX triplet: 55, E6 and 8A. RGB value is (85,230,138). Sum of RGB (Red+Green+Blue) = 85+230+138=453 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.76% from 453); Green value is 230 (90.23% from 255 or 50.77% from 453); Blue value is 138 (54.30% from 255 or 30.46% from 453); Max value from RGB is 230 - color contains mainly: green. Hex color #55E68A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55E68A is #AA1975. Grayscale: #B0B0B0. Windows color (decimal): -11147638 or 9102933. OLE color: 9102933.

HSL color Cylindrical-coordinate representation of color #55E68A: hue angle of 141.93º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #55E68A is Cyan = 0.63, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.10.

Color convert

RGB85230138-
CMYK0.6300.40.10
HSL141.93º74.36%61.76%-
HSV(B)141.93º63.04%90.2%-
XYZ36.6360.3633.76-
YUV176.16106.4662.98-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.76%
GREEN value IS 230 (90.23% from 255) = 50.77%
BLUE value IS 138 (54.30% from 255) = 30.46%
R=18.76%
G=50.77%
B=30.46%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal852301380.6300.40.10141.9374.3661.76
Hex55E68A3F028A8e4a3e
Octal125346212770501221611276
Binary1010101111001101000101011111101010001010100011101001010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55E68A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,230,138); }

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

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

 a { background-color: rgb(85,230,138); }

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

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

 span { border-color: rgb(85,230,138); }

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