#196D70

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

Shades of Blue Stone #196D70

Tints of Blue Stone #196D70

Color information

#196D70 (or 0x196D70) is unknown color: approx Blue Stone. HEX triplet: 19, 6D and 70. RGB value is (25,109,112). Sum of RGB (Red+Green+Blue) = 25+109+112=246 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.16% from 246); Green value is 109 (42.97% from 255 or 44.31% from 246); Blue value is 112 (44.14% from 255 or 45.53% from 246); Max value from RGB is 112 - color contains mainly: blue. Hex color #196D70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196D70 is #E6928F. Grayscale: #545454. Windows color (decimal): -15110800 or 7367961. OLE color: 7367961.

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

Color convert

RGB25109112-
CMYK0.780.0300.56
HSL182.07º63.5%26.86%-
HSV(B)182.07º77.68%43.92%-
XYZ8.7912.3117.24-
YUV84.23143.6785.76-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.16%
GREEN value IS 109 (42.97% from 255) = 44.31%
BLUE value IS 112 (44.14% from 255) = 45.53%
R=10.16%
G=44.31%
B=45.53%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal251091120.780.0300.56182.0763.526.86
Hex196D704E3038b6401b
Octal31155160116307026610033
Binary1100111011011110000100111011011100010110110100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,109,112); }

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

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

 a { background-color: rgb(25,109,112); }

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

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

 span { border-color: rgb(25,109,112); }

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