#156E6D

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

Shades of Blue Stone #156E6D

Tints of Blue Stone #156E6D

Color information

#156E6D (or 0x156E6D) is unknown color: approx Blue Stone. HEX triplet: 15, 6E and 6D. RGB value is (21,110,109). Sum of RGB (Red+Green+Blue) = 21+110+109=240 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.75% from 240); Green value is 110 (43.36% from 255 or 45.83% from 240); Blue value is 109 (42.97% from 255 or 45.42% from 240); Max value from RGB is 110 - color contains mainly: green. Hex color #156E6D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156E6D is #EA9192. Grayscale: #535353. Windows color (decimal): -15372691 or 7171605. OLE color: 7171605.

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

Color convert

RGB21110109-
CMYK0.8100.010.57
HSL179.33º67.94%25.69%-
HSV(B)179.33º80.91%43.14%-
XYZ8.6512.4216.41-
YUV83.28142.5183.58-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.75%
GREEN value IS 110 (43.36% from 255) = 45.83%
BLUE value IS 109 (42.97% from 255) = 45.42%
R=8.75%
G=45.83%
B=45.42%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal211101090.8100.010.57179.3367.9425.69
Hex156E6D510139b3441a
Octal25156155121017126310432
Binary101011101110110110110100010111100110110011100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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