#156B60

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

Shades of Blue Stone #156B60

Tints of Blue Stone #156B60

Color information

#156B60 (or 0x156B60) is unknown color: approx Blue Stone. HEX triplet: 15, 6B and 60. RGB value is (21,107,96). Sum of RGB (Red+Green+Blue) = 21+107+96=224 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.38% from 224); Green value is 107 (42.19% from 255 or 47.77% from 224); Blue value is 96 (37.89% from 255 or 42.86% from 224); Max value from RGB is 107 - color contains mainly: green. Hex color #156B60 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156B60 is #EA949F. Grayscale: #4F4F4F. Windows color (decimal): -15373472 or 6318869. OLE color: 6318869.

HSL color Cylindrical-coordinate representation of color #156B60: hue angle of 172.33º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #156B60 is Cyan = 0.80, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.58.

Color convert

RGB2110796-
CMYK0.8000.100.58
HSL172.33º67.19%25.1%-
HSV(B)172.33º80.37%41.96%-
XYZ7.6811.5212.89-
YUV80.03137.0185.89-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.38%
GREEN value IS 107 (42.19% from 255) = 47.77%
BLUE value IS 96 (37.89% from 255) = 42.86%
R=9.38%
G=47.77%
B=42.86%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal21107960.8000.100.58172.3367.1925.1
Hex156B60500A3Aac4319
Octal251531401200127225410331
Binary101011101011110000010100000101011101010101100100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156B60; }

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

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

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

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

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

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

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

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