#156B6A

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

Shades of Blue Stone #156B6A

Tints of Blue Stone #156B6A

Color information

#156B6A (or 0x156B6A) is unknown color: approx Blue Stone. HEX triplet: 15, 6B and 6A. RGB value is (21,107,106). Sum of RGB (Red+Green+Blue) = 21+107+106=234 (30% of max value = 765). Red value is 21 (8.59% from 255 or 8.97% from 234); Green value is 107 (42.19% from 255 or 45.73% from 234); Blue value is 106 (41.80% from 255 or 45.30% from 234); Max value from RGB is 107 - color contains mainly: green. Hex color #156B6A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156B6A is #EA9495. Grayscale: #515151. Windows color (decimal): -15373462 or 6974229. OLE color: 6974229.

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

Color convert

RGB21107106-
CMYK0.8000.010.58
HSL179.3º67.19%25.1%-
HSV(B)179.3º80.37%41.96%-
XYZ8.1711.7215.47-
YUV81.17142.0185.08-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.97%
GREEN value IS 107 (42.19% from 255) = 45.73%
BLUE value IS 106 (41.80% from 255) = 45.30%
R=8.97%
G=45.73%
B=45.30%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal211071060.8000.010.58179.367.1925.1
Hex156B6A50013Ab34319
Octal25153152120017226310331
Binary101011101011110101010100000111101010110011100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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