#156666

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

Shades of Blue Stone #156666

Tints of Blue Stone #156666

Color information

#156666 (or 0x156666) is unknown color: approx Blue Stone. HEX triplet: 15, 66 and 66. RGB value is (21,102,102). Sum of RGB (Red+Green+Blue) = 21+102+102=225 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.33% from 225); Green value is 102 (40.23% from 255 or 45.33% from 225); Blue value is 102 (40.23% from 255 or 45.33% from 225); Max value from RGB is 102 - color contains mainly: green, blue. Hex color #156666 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156666 is #EA9999. Grayscale: #4D4D4D. Windows color (decimal): -15374746 or 6710805. OLE color: 6710805.

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

Color convert

RGB21102102-
CMYK0.79000.6
HSL180º65.85%24.12%-
HSV(B)180º79.41%40%-
XYZ7.4610.6214.23-
YUV77.78141.6687.5-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.33%
GREEN value IS 102 (40.23% from 255) = 45.33%
BLUE value IS 102 (40.23% from 255) = 45.33%
R=9.33%
G=45.33%
B=45.33%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal211021020.79000.618065.8524.12
Hex1566664F003Cb44218
Octal25146146117007426410230
Binary101011100110110011010011110011110010110100100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156666; }

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

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

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

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

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

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

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

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