#156A61

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

Shades of Blue Stone #156A61

Tints of Blue Stone #156A61

Color information

#156A61 (or 0x156A61) is unknown color: approx Blue Stone. HEX triplet: 15, 6A and 61. RGB value is (21,106,97). Sum of RGB (Red+Green+Blue) = 21+106+97=224 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.38% from 224); Green value is 106 (41.80% from 255 or 47.32% from 224); Blue value is 97 (38.28% from 255 or 43.30% from 224); Max value from RGB is 106 - color contains mainly: green. Hex color #156A61 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156A61 is #EA959E. Grayscale: #4F4F4F. Windows color (decimal): -15373727 or 6384149. OLE color: 6384149.

HSL color Cylindrical-coordinate representation of color #156A61: hue angle of 173.65º 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 #156A61 is Cyan = 0.80, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.58.

Color convert

RGB2110697-
CMYK0.8000.080.58
HSL173.65º66.93%24.9%-
HSV(B)173.65º80.19%41.57%-
XYZ7.6211.3313.09-
YUV79.56137.8486.23-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.38%
GREEN value IS 106 (41.80% from 255) = 47.32%
BLUE value IS 97 (38.28% from 255) = 43.30%
R=9.38%
G=47.32%
B=43.30%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal21106970.8000.080.58173.6566.9324.9
Hex156A6150083Aae4319
Octal251521411200107225610331
Binary101011101010110000110100000100011101010101110100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,106,97); }

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

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

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

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

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

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

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