#196E70

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

Shades of Blue Stone #196E70

Tints of Blue Stone #196E70

Color information

#196E70 (or 0x196E70) is unknown color: approx Blue Stone. HEX triplet: 19, 6E and 70. RGB value is (25,110,112). Sum of RGB (Red+Green+Blue) = 25+110+112=247 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.12% from 247); Green value is 110 (43.36% from 255 or 44.53% from 247); Blue value is 112 (44.14% from 255 or 45.34% from 247); Max value from RGB is 112 - color contains mainly: blue. Hex color #196E70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196E70 is #E6918F. Grayscale: #545454. Windows color (decimal): -15110544 or 7368217. OLE color: 7368217.

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

Color convert

RGB25110112-
CMYK0.780.0200.56
HSL181.38º63.5%26.86%-
HSV(B)181.38º77.68%43.92%-
XYZ8.912.5317.28-
YUV84.81143.3485.34-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.12%
GREEN value IS 110 (43.36% from 255) = 44.53%
BLUE value IS 112 (44.14% from 255) = 45.34%
R=10.12%
G=44.53%
B=45.34%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal251101120.780.0200.56181.3863.526.86
Hex196E704E2038b5401b
Octal31156160116207026510033
Binary1100111011101110000100111010011100010110101100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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