#196E6A

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

Shades of Blue Stone #196E6A

Tints of Blue Stone #196E6A

Color information

#196E6A (or 0x196E6A) is unknown color: approx Blue Stone. HEX triplet: 19, 6E and 6A. RGB value is (25,110,106). Sum of RGB (Red+Green+Blue) = 25+110+106=241 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.37% from 241); Green value is 110 (43.36% from 255 or 45.64% from 241); Blue value is 106 (41.80% from 255 or 43.98% from 241); Max value from RGB is 110 - color contains mainly: green. Hex color #196E6A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196E6A is #E69195. Grayscale: #545454. Windows color (decimal): -15110550 or 6975001. OLE color: 6975001.

HSL color Cylindrical-coordinate representation of color #196E6A: hue angle of 177.18º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #196E6A is Cyan = 0.77, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.57.

Color convert

RGB25110106-
CMYK0.7700.040.57
HSL177.18º62.96%26.47%-
HSV(B)177.18º77.27%43.14%-
XYZ8.5812.415.58-
YUV84.13140.3485.83-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.37%
GREEN value IS 110 (43.36% from 255) = 45.64%
BLUE value IS 106 (41.80% from 255) = 43.98%
R=10.37%
G=45.64%
B=43.98%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal251101060.7700.040.57177.1862.9626.47
Hex196E6A4D0439b13f1a
Octal3115615211504712617732
Binary1100111011101101010100110101001110011011000111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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