#156B5E

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

Shades of Blue Stone #156B5E

Tints of Blue Stone #156B5E

Color information

#156B5E (or 0x156B5E) is unknown color: approx Blue Stone. HEX triplet: 15, 6B and 5E. RGB value is (21,107,94). Sum of RGB (Red+Green+Blue) = 21+107+94=222 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.46% from 222); Green value is 107 (42.19% from 255 or 48.20% from 222); Blue value is 94 (37.11% from 255 or 42.34% from 222); Max value from RGB is 107 - color contains mainly: green. Hex color #156B5E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156B5E is #EA94A1. Grayscale: #4F4F4F. Windows color (decimal): -15373474 or 6187797. OLE color: 6187797.

HSL color Cylindrical-coordinate representation of color #156B5E: hue angle of 170.93º 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 #156B5E is Cyan = 0.80, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.58.

Color convert

RGB2110794-
CMYK0.8000.120.58
HSL170.93º67.19%25.1%-
HSV(B)170.93º80.37%41.96%-
XYZ7.5911.4812.41-
YUV79.8136.0186.06-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.46%
GREEN value IS 107 (42.19% from 255) = 48.20%
BLUE value IS 94 (37.11% from 255) = 42.34%
R=9.46%
G=48.20%
B=42.34%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal21107940.8000.120.58170.9367.1925.1
Hex156B5E500C3Aab4319
Octal251531361200147225310331
Binary101011101011101111010100000110011101010101011100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156B5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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