#156a5b

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

Shades of Blue Stone #156A5B

Tints of Blue Stone #156A5B

Color information

#156A5B (or 0x156A5B) is unknown color: approx Blue Stone. HEX triplet: 15, 6A and 5B. RGB value is (21,106,91). Sum of RGB (Red+Green+Blue) = 21+106+91=218 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.63% from 218); Green value is 106 (41.80% from 255 or 48.62% from 218); Blue value is 91 (35.94% from 255 or 41.74% from 218); Max value from RGB is 106 - color contains mainly: green. Hex color #156A5B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156A5B is #EA95A4. Grayscale: #4E4E4E. Windows color (decimal): -15373733 or 5990933. OLE color: 5990933.

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

Color convert

RGB2110691-
CMYK0.8000.140.58
HSL169.41º66.93%24.9%-
HSV(B)169.41º80.19%41.57%-
XYZ7.3511.2211.68-
YUV78.87134.8486.72-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.63%
GREEN value IS 106 (41.80% from 255) = 48.62%
BLUE value IS 91 (35.94% from 255) = 41.74%
R=9.63%
G=48.62%
B=41.74%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal21106910.8000.140.58169.4166.9324.9
Hex156A5B500E3Aa94319
Octal251521331200167225110331
Binary101011101010101101110100000111011101010101001100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156a5b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,106,91); }

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

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

 a { background-color: rgb(21,106,91); }

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

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

 span { border-color: rgb(21,106,91); }

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