#156E66

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

Shades of Blue Stone #156E66

Tints of Blue Stone #156E66

Color information

#156E66 (or 0x156E66) is unknown color: approx Blue Stone. HEX triplet: 15, 6E and 66. RGB value is (21,110,102). Sum of RGB (Red+Green+Blue) = 21+110+102=233 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.01% from 233); Green value is 110 (43.36% from 255 or 47.21% from 233); Blue value is 102 (40.23% from 255 or 43.78% from 233); Max value from RGB is 110 - color contains mainly: green. Hex color #156E66 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156E66 is #EA9199. Grayscale: #525252. Windows color (decimal): -15372698 or 6712853. OLE color: 6712853.

HSL color Cylindrical-coordinate representation of color #156E66: hue angle of 174.61º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #156E66 is Cyan = 0.81, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.57.

Color convert

RGB21110102-
CMYK0.8100.070.57
HSL174.61º67.94%25.69%-
HSV(B)174.61º80.91%43.14%-
XYZ8.2812.2714.5-
YUV82.48139.0184.15-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.01%
GREEN value IS 110 (43.36% from 255) = 47.21%
BLUE value IS 102 (40.23% from 255) = 43.78%
R=9.01%
G=47.21%
B=43.78%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal211101020.8100.070.57174.6167.9425.69
Hex156E66510739af441a
Octal25156146121077125710432
Binary10101110111011001101010001011111100110101111100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156E66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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