#196666

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

Shades of Blue Stone #196666

Tints of Blue Stone #196666

Color information

#196666 (or 0x196666) is unknown color: approx Blue Stone. HEX triplet: 19, 66 and 66. RGB value is (25,102,102). Sum of RGB (Red+Green+Blue) = 25+102+102=229 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.92% from 229); Green value is 102 (40.23% from 255 or 44.54% from 229); Blue value is 102 (40.23% from 255 or 44.54% from 229); Max value from RGB is 102 - color contains mainly: green, blue. Hex color #196666 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196666 is #E69999. Grayscale: #4E4E4E. Windows color (decimal): -15112602 or 6710809. OLE color: 6710809.

HSL color Cylindrical-coordinate representation of color #196666: hue angle of 180º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #196666 is Cyan = 0.75, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB25102102-
CMYK0.75000.6
HSL180º60.63%24.9%-
HSV(B)180º75.49%40%-
XYZ7.5510.6714.23-
YUV78.98140.9989.5-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.92%
GREEN value IS 102 (40.23% from 255) = 44.54%
BLUE value IS 102 (40.23% from 255) = 44.54%
R=10.92%
G=44.54%
B=44.54%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal251021020.75000.618060.6324.9
Hex1966664B003Cb43d19
Octal3114614611300742647531
Binary11001110011011001101001011001111001011010011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #196666; }

 p { color: rgb(25,102,102); }

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

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

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

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

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

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

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