#156960

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

Shades of Blue Stone #156960

Tints of Blue Stone #156960

Color information

#156960 (or 0x156960) is unknown color: approx Blue Stone. HEX triplet: 15, 69 and 60. RGB value is (21,105,96). Sum of RGB (Red+Green+Blue) = 21+105+96=222 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.46% from 222); Green value is 105 (41.41% from 255 or 47.30% from 222); Blue value is 96 (37.89% from 255 or 43.24% from 222); Max value from RGB is 105 - color contains mainly: green. Hex color #156960 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156960 is #EA969F. Grayscale: #4E4E4E. Windows color (decimal): -15373984 or 6318357. OLE color: 6318357.

HSL color Cylindrical-coordinate representation of color #156960: hue angle of 173.57º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #156960 is Cyan = 0.80, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.59.

Color convert

RGB2110596-
CMYK0.8000.090.59
HSL173.57º66.67%24.71%-
HSV(B)173.57º80%41.18%-
XYZ7.4711.1112.82-
YUV78.86137.6786.73-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.46%
GREEN value IS 105 (41.41% from 255) = 47.30%
BLUE value IS 96 (37.89% from 255) = 43.24%
R=9.46%
G=47.30%
B=43.24%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal21105960.8000.090.59173.5766.6724.71
Hex15696050093Bae4319
Octal251511401200117325610331
Binary101011101001110000010100000100111101110101110100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156960; }

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

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

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

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

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

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

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

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