#196B4B

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

Shades of Jewel #196B4B

Tints of Jewel #196B4B

Color information

#196B4B (or 0x196B4B) is unknown color: approx Jewel. HEX triplet: 19, 6B and 4B. RGB value is (25,107,75). Sum of RGB (Red+Green+Blue) = 25+107+75=207 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.08% from 207); Green value is 107 (42.19% from 255 or 51.69% from 207); Blue value is 75 (29.69% from 255 or 36.23% from 207); Max value from RGB is 107 - color contains mainly: green. Hex color #196B4B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #196B4B is #E694B4. Grayscale: #4E4E4E. Windows color (decimal): -15111349 or 4942617. OLE color: 4942617.

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

Color convert

RGB2510775-
CMYK0.7700.300.58
HSL156.59º62.12%25.88%-
HSV(B)156.59º76.64%41.96%-
XYZ6.9311.238.46-
YUV78.83125.8389.6-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.08%
GREEN value IS 107 (42.19% from 255) = 51.69%
BLUE value IS 75 (29.69% from 255) = 36.23%
R=12.08%
G=51.69%
B=36.23%

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
Decimal25107750.7700.300.58156.5962.1225.88
Hex196B4B4D01E3A9d3e1a
Octal31153113115036722357632
Binary110011101011100101110011010111101110101001110111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,107,75); }

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

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

 a { background-color: rgb(25,107,75); }

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

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

 span { border-color: rgb(25,107,75); }

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