#55C07E

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

Shades of Emerald #55C07E

Tints of Emerald #55C07E

Color information

#55C07E (or 0x55C07E) is unknown color: approx Emerald. HEX triplet: 55, C0 and 7E. RGB value is (85,192,126). Sum of RGB (Red+Green+Blue) = 85+192+126=403 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.09% from 403); Green value is 192 (75.39% from 255 or 47.64% from 403); Blue value is 126 (49.61% from 255 or 31.27% from 403); Max value from RGB is 192 - color contains mainly: green. Hex color #55C07E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55C07E is #AA3F81. Grayscale: #989898. Windows color (decimal): -11157378 or 8306773. OLE color: 8306773.

HSL color Cylindrical-coordinate representation of color #55C07E: hue angle of 142.99º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #55C07E is Cyan = 0.56, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB85192126-
CMYK0.5600.340.25
HSL142.99º45.92%54.31%-
HSV(B)142.99º55.73%75.29%-
XYZ26.3641.1426.29-
YUV152.48113.0579.87-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.09%
GREEN value IS 192 (75.39% from 255) = 47.64%
BLUE value IS 126 (49.61% from 255) = 31.27%
R=21.09%
G=47.64%
B=31.27%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal851921260.5600.340.25142.9945.9254.31
Hex55C07E38022198f2e36
Octal12530017670042312175666
Binary101010111000000111111011100001000101100110001111101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55C07E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,192,126); }

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

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

 a { background-color: rgb(85,192,126); }

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

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

 span { border-color: rgb(85,192,126); }

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