#156D70

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

Shades of Blue Stone #156D70

Tints of Blue Stone #156D70

Color information

#156D70 (or 0x156D70) is unknown color: approx Blue Stone. HEX triplet: 15, 6D and 70. RGB value is (21,109,112). Sum of RGB (Red+Green+Blue) = 21+109+112=242 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.68% from 242); Green value is 109 (42.97% from 255 or 45.04% from 242); Blue value is 112 (44.14% from 255 or 46.28% from 242); Max value from RGB is 112 - color contains mainly: blue. Hex color #156D70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156D70 is #EA928F. Grayscale: #525252. Windows color (decimal): -15372944 or 7367957. OLE color: 7367957.

HSL color Cylindrical-coordinate representation of color #156D70: hue angle of 181.98º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #156D70 is Cyan = 0.81, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB21109112-
CMYK0.810.0300.56
HSL181.98º68.42%26.08%-
HSV(B)181.98º81.25%43.92%-
XYZ8.712.2717.24-
YUV83.03144.3583.76-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.68%
GREEN value IS 109 (42.97% from 255) = 45.04%
BLUE value IS 112 (44.14% from 255) = 46.28%
R=8.68%
G=45.04%
B=46.28%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal211091120.810.0300.56181.9868.4226.08
Hex156D70513038b6441a
Octal25155160121307026610432
Binary1010111011011110000101000111011100010110110100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,109,112); }

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

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

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

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

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

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

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