#196A4B

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

Shades of Jewel #196A4B

Tints of Jewel #196A4B

Color information

#196A4B (or 0x196A4B) is unknown color: approx Jewel. HEX triplet: 19, 6A and 4B. RGB value is (25,106,75). Sum of RGB (Red+Green+Blue) = 25+106+75=206 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.14% from 206); Green value is 106 (41.80% from 255 or 51.46% from 206); Blue value is 75 (29.69% from 255 or 36.41% from 206); Max value from RGB is 106 - color contains mainly: green. Hex color #196A4B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #196A4B is #E695B4. Grayscale: #4E4E4E. Windows color (decimal): -15111605 or 4942361. OLE color: 4942361.

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

Color convert

RGB2510675-
CMYK0.7600.290.58
HSL157.04º61.83%25.69%-
HSV(B)157.04º76.42%41.57%-
XYZ6.8211.028.42-
YUV78.25126.1690.02-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.14%
GREEN value IS 106 (41.80% from 255) = 51.46%
BLUE value IS 75 (29.69% from 255) = 36.41%
R=12.14%
G=51.46%
B=36.41%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal25106750.7600.290.58157.0461.8325.69
Hex196A4B4C01D3A9d3e1a
Octal31152113114035722357632
Binary110011101010100101110011000111011110101001110111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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