#156E70

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

Shades of Blue Stone #156E70

Tints of Blue Stone #156E70

Color information

#156E70 (or 0x156E70) is unknown color: approx Blue Stone. HEX triplet: 15, 6E and 70. RGB value is (21,110,112). Sum of RGB (Red+Green+Blue) = 21+110+112=243 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.64% from 243); Green value is 110 (43.36% from 255 or 45.27% from 243); Blue value is 112 (44.14% from 255 or 46.09% from 243); Max value from RGB is 112 - color contains mainly: blue. Hex color #156E70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156E70 is #EA918F. Grayscale: #535353. Windows color (decimal): -15372688 or 7368213. OLE color: 7368213.

HSL color Cylindrical-coordinate representation of color #156E70: hue angle of 181.32º 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 #156E70 is Cyan = 0.81, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB21110112-
CMYK0.810.0200.56
HSL181.32º68.42%26.08%-
HSV(B)181.32º81.25%43.92%-
XYZ8.8112.4817.27-
YUV83.62144.0183.34-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.64%
GREEN value IS 110 (43.36% from 255) = 45.27%
BLUE value IS 112 (44.14% from 255) = 46.09%
R=8.64%
G=45.27%
B=46.09%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal211101120.810.0200.56181.3268.4226.08
Hex156E70512038b5441a
Octal25156160121207026510432
Binary1010111011101110000101000110011100010110101100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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