#196A6B

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

Shades of Blue Stone #196A6B

Tints of Blue Stone #196A6B

Color information

#196A6B (or 0x196A6B) is unknown color: approx Blue Stone. HEX triplet: 19, 6A and 6B. RGB value is (25,106,107). Sum of RGB (Red+Green+Blue) = 25+106+107=238 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.50% from 238); Green value is 106 (41.80% from 255 or 44.54% from 238); Blue value is 107 (42.19% from 255 or 44.96% from 238); Max value from RGB is 107 - color contains mainly: blue. Hex color #196A6B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196A6B is #E69594. Grayscale: #515151. Windows color (decimal): -15111573 or 7039513. OLE color: 7039513.

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

Color convert

RGB25106107-
CMYK0.770.0100.58
HSL180.73º62.12%25.88%-
HSV(B)180.73º76.64%41.96%-
XYZ8.2111.5815.71-
YUV81.89142.1687.42-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.50%
GREEN value IS 106 (41.80% from 255) = 44.54%
BLUE value IS 107 (42.19% from 255) = 44.96%
R=10.50%
G=44.54%
B=44.96%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal251061070.770.0100.58180.7362.1225.88
Hex196A6B4D103Ab53e1a
Octal3115215311510722657632
Binary11001110101011010111001101101110101011010111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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