#156A69

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

Shades of Blue Stone #156A69

Tints of Blue Stone #156A69

Color information

#156A69 (or 0x156A69) is unknown color: approx Blue Stone. HEX triplet: 15, 6A and 69. RGB value is (21,106,105). Sum of RGB (Red+Green+Blue) = 21+106+105=232 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.05% from 232); Green value is 106 (41.80% from 255 or 45.69% from 232); Blue value is 105 (41.41% from 255 or 45.26% from 232); Max value from RGB is 106 - color contains mainly: green. Hex color #156A69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156A69 is #EA9596. Grayscale: #505050. Windows color (decimal): -15373719 or 6908437. OLE color: 6908437.

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

Color convert

RGB21106105-
CMYK0.8000.010.58
HSL179.29º66.93%24.9%-
HSV(B)179.29º80.19%41.57%-
XYZ8.0111.4915.16-
YUV80.47141.8485.58-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.05%
GREEN value IS 106 (41.80% from 255) = 45.69%
BLUE value IS 105 (41.41% from 255) = 45.26%
R=9.05%
G=45.69%
B=45.26%

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
Decimal211061050.8000.010.58179.2966.9324.9
Hex156A6950013Ab34319
Octal25152151120017226310331
Binary101011101010110100110100000111101010110011100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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