#156660

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

Shades of Blue Stone #156660

Tints of Blue Stone #156660

Color information

#156660 (or 0x156660) is unknown color: approx Blue Stone. HEX triplet: 15, 66 and 60. RGB value is (21,102,96). Sum of RGB (Red+Green+Blue) = 21+102+96=219 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.59% from 219); Green value is 102 (40.23% from 255 or 46.58% from 219); Blue value is 96 (37.89% from 255 or 43.84% from 219); Max value from RGB is 102 - color contains mainly: green. Hex color #156660 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156660 is #EA999F. Grayscale: #4D4D4D. Windows color (decimal): -15374752 or 6317589. OLE color: 6317589.

HSL color Cylindrical-coordinate representation of color #156660: hue angle of 175.56º 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 #156660 is Cyan = 0.79, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.6.

Color convert

RGB2110296-
CMYK0.7900.060.6
HSL175.56º65.85%24.12%-
HSV(B)175.56º79.41%40%-
XYZ7.1710.5112.72-
YUV77.1138.6687.99-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.59%
GREEN value IS 102 (40.23% from 255) = 46.58%
BLUE value IS 96 (37.89% from 255) = 43.84%
R=9.59%
G=46.58%
B=43.84%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal21102960.7900.060.6175.5665.8524.12
Hex1566604F063Cb04218
Octal25146140117067426010230
Binary10101110011011000001001111011011110010110000100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156660; }

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

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

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

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

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

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

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

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