#55C07B

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

Shades of Emerald #55C07B

Tints of Emerald #55C07B

Color information

#55C07B (or 0x55C07B) is unknown color: approx Emerald. HEX triplet: 55, C0 and 7B. RGB value is (85,192,123). Sum of RGB (Red+Green+Blue) = 85+192+123=400 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.25% from 400); Green value is 192 (75.39% from 255 or 48% from 400); Blue value is 123 (48.44% from 255 or 30.75% from 400); Max value from RGB is 192 - color contains mainly: green. Hex color #55C07B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55C07B is #AA3F84. Grayscale: #989898. Windows color (decimal): -11157381 or 8110165. OLE color: 8110165.

HSL color Cylindrical-coordinate representation of color #55C07B: hue angle of 141.31º 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 #55C07B is Cyan = 0.56, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB85192123-
CMYK0.5600.360.25
HSL141.31º45.92%54.31%-
HSV(B)141.31º55.73%75.29%-
XYZ26.1741.0625.29-
YUV152.14111.5580.11-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.25%
GREEN value IS 192 (75.39% from 255) = 48%
BLUE value IS 123 (48.44% from 255) = 30.75%
R=21.25%
G=48%
B=30.75%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal851921230.5600.360.25141.3145.9254.31
Hex55C07B38024198d2e36
Octal12530017370044312155666
Binary101010111000000111101111100001001001100110001101101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55C07B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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