#156F6C

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

Shades of Blue Stone #156F6C

Tints of Blue Stone #156F6C

Color information

#156F6C (or 0x156F6C) is unknown color: approx Blue Stone. HEX triplet: 15, 6F and 6C. RGB value is (21,111,108). Sum of RGB (Red+Green+Blue) = 21+111+108=240 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.75% from 240); Green value is 111 (43.75% from 255 or 46.25% from 240); Blue value is 108 (42.58% from 255 or 45% from 240); Max value from RGB is 111 - color contains mainly: green. Hex color #156F6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156F6C is #EA9093. Grayscale: #535353. Windows color (decimal): -15372436 or 7106325. OLE color: 7106325.

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

Color convert

RGB21111108-
CMYK0.8100.030.56
HSL178º68.18%25.88%-
HSV(B)178º81.08%43.53%-
XYZ8.712.6116.16-
YUV83.75141.6883.24-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.75%
GREEN value IS 111 (43.75% from 255) = 46.25%
BLUE value IS 108 (42.58% from 255) = 45%
R=8.75%
G=46.25%
B=45%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal211111080.8100.030.5617868.1825.88
Hex156F6C510338b2441a
Octal25157154121037026210432
Binary1010111011111101100101000101111100010110010100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,111,108); }

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

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

 a { background-color: rgb(21,111,108); }

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

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

 span { border-color: rgb(21,111,108); }

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