#156E5F

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

Shades of Blue Stone #156E5F

Tints of Blue Stone #156E5F

Color information

#156E5F (or 0x156E5F) is unknown color: approx Blue Stone. HEX triplet: 15, 6E and 5F. RGB value is (21,110,95). Sum of RGB (Red+Green+Blue) = 21+110+95=226 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.29% from 226); Green value is 110 (43.36% from 255 or 48.67% from 226); Blue value is 95 (37.5% from 255 or 42.04% from 226); Max value from RGB is 110 - color contains mainly: green. Hex color #156E5F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156E5F is #EA91A0. Grayscale: #515151. Windows color (decimal): -15372705 or 6254101. OLE color: 6254101.

HSL color Cylindrical-coordinate representation of color #156E5F: hue angle of 169.89º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #156E5F is Cyan = 0.81, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.57.

Color convert

RGB2111095-
CMYK0.8100.140.57
HSL169.89º67.94%25.69%-
HSV(B)169.89º80.91%43.14%-
XYZ7.9512.1412.75-
YUV81.68135.5184.72-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.29%
GREEN value IS 110 (43.36% from 255) = 48.67%
BLUE value IS 95 (37.5% from 255) = 42.04%
R=9.29%
G=48.67%
B=42.04%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal21110950.8100.140.57169.8967.9425.69
Hex156E5F510E39aa441a
Octal251561371210167125210432
Binary101011101110101111110100010111011100110101010100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156E5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,110,95); }

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

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

 a { background-color: rgb(21,110,95); }

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

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

 span { border-color: rgb(21,110,95); }

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