#156D5A

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

Shades of Blue Stone #156D5A

Tints of Blue Stone #156D5A

Color information

#156D5A (or 0x156D5A) is unknown color: approx Blue Stone. HEX triplet: 15, 6D and 5A. RGB value is (21,109,90). Sum of RGB (Red+Green+Blue) = 21+109+90=220 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.55% from 220); Green value is 109 (42.97% from 255 or 49.55% from 220); Blue value is 90 (35.55% from 255 or 40.91% from 220); Max value from RGB is 109 - color contains mainly: green. Hex color #156D5A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156D5A is #EA92A5. Grayscale: #505050. Windows color (decimal): -15372966 or 5926165. OLE color: 5926165.

HSL color Cylindrical-coordinate representation of color #156D5A: hue angle of 167.05º 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 #156D5A is Cyan = 0.81, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.57.

Color convert

RGB2110990-
CMYK0.8100.170.57
HSL167.05º67.69%25.49%-
HSV(B)167.05º80.73%42.75%-
XYZ7.6211.8311.56-
YUV80.52133.3585.54-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.55%
GREEN value IS 109 (42.97% from 255) = 49.55%
BLUE value IS 90 (35.55% from 255) = 40.91%
R=9.55%
G=49.55%
B=40.91%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal21109900.8100.170.57167.0567.6925.49
Hex156D5A5101139a74419
Octal251551321210217124710431
Binary1010111011011011010101000101000111100110100111100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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