Html Css Color HEX #196F55 Eden

📋 copy color: '#196F55'

red 25 ◦ green 111 ◦ blue 85

#196F55
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eden #196F55

Tints of Eden #196F55

RGB

 RED value IS 25 (10.16% from 255) = 11.31%

 GREEN value IS 111 (43.75% from 255) = 50.23%

 BLUE value IS 85 (33.59% from 255) = 38.46%

R = 11.31%
G = 50.23%
B = 38.46%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.23

 K value IS 0.56

RGB Variations

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

Color information

#196F55 (or 0x196F55) is known color: Eden. HEX triplet: 19, 6F and 55. RGB value is (25,111,85). Sum of RGB (Red+Green+Blue) = 25+111+85=221 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.31% from 221); Green value is 111 (43.75% from 255 or 50.23% from 221); Blue value is 85 (33.59% from 255 or 38.46% from 221); Max value from RGB is 111 - color contains mainly: green. Hex color #196F55 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196F55 is #E690AA. Grayscale: #525252. Windows color (decimal): -15110315 or 5599001. OLE color: 5599001.

HSL color Cylindrical-coordinate representation of color #196F55: hue angle of 161.86º 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 #196F55 is Cyan = 0.77, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.56.

Color convert

RGB 25 111 85 -
CMYK 0.77 0 0.23 0.56
HSL 161.86º 0.63% 0.27% -
HSV(B) 161.86º 0.77% 0.44% -
XYZ 7.73 12.23 10.55 -
YUV 82.32 129.51 87.11 -
System Red Green Blue C M Y K H S L
Decimal 25 111 85 0.77 0 0.23 0.56 161.86 0.63 0.27
Hex 19 6F 55 4D 0 17 38 A2 3F 1B
Octal 31 157 125 115 0 27 70 242 77 33
Binary 11001 1101111 1010101 1001101 0 10111 111000 10100010 111111 11011

Color Harmonies of #196F55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196F55

Black with #196F55

Text Example


Text Example

White with #196F55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #196F55;
 }
 .AnyTagClassName
 {
   color: #196F55;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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