#156C64

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

Shades of Blue Stone #156C64

Tints of Blue Stone #156C64

Color information

#156C64 (or 0x156C64) is unknown color: approx Blue Stone. HEX triplet: 15, 6C and 64. RGB value is (21,108,100). Sum of RGB (Red+Green+Blue) = 21+108+100=229 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.17% from 229); Green value is 108 (42.58% from 255 or 47.16% from 229); Blue value is 100 (39.45% from 255 or 43.67% from 229); Max value from RGB is 108 - color contains mainly: green. Hex color #156C64 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156C64 is #EA939B. Grayscale: #515151. Windows color (decimal): -15373212 or 6581269. OLE color: 6581269.

HSL color Cylindrical-coordinate representation of color #156C64: hue angle of 174.48º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #156C64 is Cyan = 0.81, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.58.

Color convert

RGB21108100-
CMYK0.8100.070.58
HSL174.48º67.44%25.29%-
HSV(B)174.48º80.56%42.35%-
XYZ7.9711.813.91-
YUV81.08138.6885.15-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.17%
GREEN value IS 108 (42.58% from 255) = 47.16%
BLUE value IS 100 (39.45% from 255) = 43.67%
R=9.17%
G=47.16%
B=43.67%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal211081000.8100.070.58174.4867.4425.29
Hex156C6451073Aae4319
Octal25154144121077225610331
Binary10101110110011001001010001011111101010101110100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156C64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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