#196B70

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

Shades of Blue Stone #196B70

Tints of Blue Stone #196B70

Color information

#196B70 (or 0x196B70) is unknown color: approx Blue Stone. HEX triplet: 19, 6B and 70. RGB value is (25,107,112). Sum of RGB (Red+Green+Blue) = 25+107+112=244 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.25% from 244); Green value is 107 (42.19% from 255 or 43.85% from 244); Blue value is 112 (44.14% from 255 or 45.90% from 244); Max value from RGB is 112 - color contains mainly: blue. Hex color #196B70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196B70 is #E6948F. Grayscale: #525252. Windows color (decimal): -15111312 or 7367449. OLE color: 7367449.

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

Color convert

RGB25107112-
CMYK0.780.0400.56
HSL183.45º63.5%26.86%-
HSV(B)183.45º77.68%43.92%-
XYZ8.5811.8917.17-
YUV83.05144.3386.59-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.25%
GREEN value IS 107 (42.19% from 255) = 43.85%
BLUE value IS 112 (44.14% from 255) = 45.90%
R=10.25%
G=43.85%
B=45.90%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal251071120.780.0400.56183.4563.526.86
Hex196B704E4038b7401b
Octal31153160116407026710033
Binary11001110101111100001001110100011100010110111100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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