#156B64

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

Shades of Blue Stone #156B64

Tints of Blue Stone #156B64

Color information

#156B64 (or 0x156B64) is unknown color: approx Blue Stone. HEX triplet: 15, 6B and 64. RGB value is (21,107,100). Sum of RGB (Red+Green+Blue) = 21+107+100=228 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.21% from 228); Green value is 107 (42.19% from 255 or 46.93% from 228); Blue value is 100 (39.45% from 255 or 43.86% from 228); Max value from RGB is 107 - color contains mainly: green. Hex color #156B64 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156B64 is #EA949B. Grayscale: #505050. Windows color (decimal): -15373468 or 6581013. OLE color: 6581013.

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

Color convert

RGB21107100-
CMYK0.8000.070.58
HSL175.12º67.19%25.1%-
HSV(B)175.12º80.37%41.96%-
XYZ7.8711.5913.88-
YUV80.49139.0185.57-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.21%
GREEN value IS 107 (42.19% from 255) = 46.93%
BLUE value IS 100 (39.45% from 255) = 43.86%
R=9.21%
G=46.93%
B=43.86%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal211071000.8000.070.58175.1267.1925.1
Hex156B6450073Aaf4319
Octal25153144120077225710331
Binary10101110101111001001010000011111101010101111100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156B64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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