#156B6D

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

Shades of Blue Stone #156B6D

Tints of Blue Stone #156B6D

Color information

#156B6D (or 0x156B6D) is unknown color: approx Blue Stone. HEX triplet: 15, 6B and 6D. RGB value is (21,107,109). Sum of RGB (Red+Green+Blue) = 21+107+109=237 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.86% from 237); Green value is 107 (42.19% from 255 or 45.15% from 237); Blue value is 109 (42.97% from 255 or 45.99% from 237); Max value from RGB is 109 - color contains mainly: blue. Hex color #156B6D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156B6D is #EA9492. Grayscale: #515151. Windows color (decimal): -15373459 or 7170837. OLE color: 7170837.

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

Color convert

RGB21107109-
CMYK0.810.0200.57
HSL181.36º67.69%25.49%-
HSV(B)181.36º80.73%42.75%-
XYZ8.3311.7816.3-
YUV81.51143.5184.84-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.86%
GREEN value IS 107 (42.19% from 255) = 45.15%
BLUE value IS 109 (42.97% from 255) = 45.99%
R=8.86%
G=45.15%
B=45.99%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal211071090.810.0200.57181.3667.6925.49
Hex156B6D512039b54419
Octal25153155121207126510431
Binary1010111010111101101101000110011100110110101100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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