#156d69

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

Shades of Blue Stone #156D69

Tints of Blue Stone #156D69

Color information

#156D69 (or 0x156D69) is unknown color: approx Blue Stone. HEX triplet: 15, 6D and 69. RGB value is (21,109,105). Sum of RGB (Red+Green+Blue) = 21+109+105=235 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.94% from 235); Green value is 109 (42.97% from 255 or 46.38% from 235); Blue value is 105 (41.41% from 255 or 44.68% from 235); Max value from RGB is 109 - color contains mainly: green. Hex color #156D69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156D69 is #EA9296. Grayscale: #525252. Windows color (decimal): -15372951 or 6909205. OLE color: 6909205.

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

Color convert

RGB21109105-
CMYK0.8100.040.57
HSL177.27º67.69%25.49%-
HSV(B)177.27º80.73%42.75%-
XYZ8.3312.1215.26-
YUV82.23140.8584.33-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.94%
GREEN value IS 109 (42.97% from 255) = 46.38%
BLUE value IS 105 (41.41% from 255) = 44.68%
R=8.94%
G=46.38%
B=44.68%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal211091050.8100.040.57177.2767.6925.49
Hex156D69510439b14419
Octal25155151121047126110431
Binary10101110110111010011010001010011100110110001100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156d69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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