#156D66

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

Shades of Blue Stone #156D66

Tints of Blue Stone #156D66

Color information

#156D66 (or 0x156D66) is unknown color: approx Blue Stone. HEX triplet: 15, 6D and 66. RGB value is (21,109,102). Sum of RGB (Red+Green+Blue) = 21+109+102=232 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.05% from 232); Green value is 109 (42.97% from 255 or 46.98% from 232); Blue value is 102 (40.23% from 255 or 43.97% from 232); Max value from RGB is 109 - color contains mainly: green. Hex color #156D66 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156D66 is #EA9299. Grayscale: #515151. Windows color (decimal): -15372954 or 6712597. OLE color: 6712597.

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

Color convert

RGB21109102-
CMYK0.8100.060.57
HSL175.23º67.69%25.49%-
HSV(B)175.23º80.73%42.75%-
XYZ8.1812.0614.47-
YUV81.89139.3584.57-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.05%
GREEN value IS 109 (42.97% from 255) = 46.98%
BLUE value IS 102 (40.23% from 255) = 43.97%
R=9.05%
G=46.98%
B=43.97%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal211091020.8100.060.57175.2367.6925.49
Hex156D66510639af4419
Octal25155146121067125710431
Binary10101110110111001101010001011011100110101111100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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