#156D64

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

Shades of Blue Stone #156D64

Tints of Blue Stone #156D64

Color information

#156D64 (or 0x156D64) is unknown color: approx Blue Stone. HEX triplet: 15, 6D and 64. RGB value is (21,109,100). Sum of RGB (Red+Green+Blue) = 21+109+100=230 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.13% from 230); Green value is 109 (42.97% from 255 or 47.39% from 230); Blue value is 100 (39.45% from 255 or 43.48% from 230); Max value from RGB is 109 - color contains mainly: green. Hex color #156D64 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156D64 is #EA929B. Grayscale: #515151. Windows color (decimal): -15372956 or 6581525. OLE color: 6581525.

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

Color convert

RGB21109100-
CMYK0.8100.080.57
HSL173.86º67.69%25.49%-
HSV(B)173.86º80.73%42.75%-
XYZ8.0812.0213.95-
YUV81.66138.3584.73-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.13%
GREEN value IS 109 (42.97% from 255) = 47.39%
BLUE value IS 100 (39.45% from 255) = 43.48%
R=9.13%
G=47.39%
B=43.48%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal211091000.8100.080.57173.8667.6925.49
Hex156D64510839ae4419
Octal251551441210107125610431
Binary101011101101110010010100010100011100110101110100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156D64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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