#196C4C

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

Shades of Jewel #196C4C

Tints of Jewel #196C4C

Color information

#196C4C (or 0x196C4C) is unknown color: approx Jewel. HEX triplet: 19, 6C and 4C. RGB value is (25,108,76). Sum of RGB (Red+Green+Blue) = 25+108+76=209 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.96% from 209); Green value is 108 (42.58% from 255 or 51.67% from 209); Blue value is 76 (30.08% from 255 or 36.36% from 209); Max value from RGB is 108 - color contains mainly: green. Hex color #196C4C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #196C4C is #E693B3. Grayscale: #4F4F4F. Windows color (decimal): -15111092 or 5008409. OLE color: 5008409.

HSL color Cylindrical-coordinate representation of color #196C4C: hue angle of 156.87º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #196C4C is Cyan = 0.77, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.58.

Color convert

RGB2510876-
CMYK0.7700.300.58
HSL156.87º62.41%26.08%-
HSV(B)156.87º76.85%42.35%-
XYZ7.0711.458.68-
YUV79.5412689.1-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.96%
GREEN value IS 108 (42.58% from 255) = 51.67%
BLUE value IS 76 (30.08% from 255) = 36.36%
R=11.96%
G=51.67%
B=36.36%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal25108760.7700.300.58156.8762.4126.08
Hex196C4C4D01E3A9d3e1a
Octal31154114115036722357632
Binary110011101100100110010011010111101110101001110111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196C4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,108,76); }

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

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

 a { background-color: rgb(25,108,76); }

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

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

 span { border-color: rgb(25,108,76); }

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