#196F56

Color #196F56 Eden (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eden #196F56

Tints of Eden #196F56

Color information

#196F56 (or 0x196F56) is unknown color: approx Eden. HEX triplet: 19, 6F and 56. RGB value is (25,111,86). Sum of RGB (Red+Green+Blue) = 25+111+86=222 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.26% from 222); Green value is 111 (43.75% from 255 or 50% from 222); Blue value is 86 (33.98% from 255 or 38.74% from 222); Max value from RGB is 111 - color contains mainly: green. Hex color #196F56 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196F56 is #E690A9. Grayscale: #525252. Windows color (decimal): -15110314 or 5664537. OLE color: 5664537.

HSL color Cylindrical-coordinate representation of color #196F56: hue angle of 162.56º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #196F56 is Cyan = 0.77, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.56.

Color convert

RGB2511186-
CMYK0.7700.230.56
HSL162.56º63.24%26.67%-
HSV(B)162.56º77.48%43.53%-
XYZ7.7712.2510.76-
YUV82.44130.0187.03-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.26%
GREEN value IS 111 (43.75% from 255) = 50%
BLUE value IS 86 (33.98% from 255) = 38.74%
R=11.26%
G=50%
B=38.74%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal25111860.7700.230.56162.5663.2426.67
Hex196F564D01738a33f1b
Octal31157126115027702437733
Binary110011101111101011010011010101111110001010001111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #196F56; }

 p { color: rgb(25,111,86); }

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

<style>
 a { background-color: #196F56; }

 a { background-color: rgb(25,111,86); }

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

<style>
 span { border-color: #196F56; }

 span { border-color: rgb(25,111,86); }

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