#156E62

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

Shades of Blue Stone #156E62

Tints of Blue Stone #156E62

Color information

#156E62 (or 0x156E62) is unknown color: approx Blue Stone. HEX triplet: 15, 6E and 62. RGB value is (21,110,98). Sum of RGB (Red+Green+Blue) = 21+110+98=229 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.17% from 229); Green value is 110 (43.36% from 255 or 48.03% from 229); Blue value is 98 (38.67% from 255 or 42.79% from 229); Max value from RGB is 110 - color contains mainly: green. Hex color #156E62 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156E62 is #EA919D. Grayscale: #515151. Windows color (decimal): -15372702 or 6450709. OLE color: 6450709.

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

Color convert

RGB2111098-
CMYK0.8100.110.57
HSL171.91º67.94%25.69%-
HSV(B)171.91º80.91%43.14%-
XYZ8.0912.1913.48-
YUV82.02137.0184.48-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.17%
GREEN value IS 110 (43.36% from 255) = 48.03%
BLUE value IS 98 (38.67% from 255) = 42.79%
R=9.17%
G=48.03%
B=42.79%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal21110980.8100.110.57171.9167.9425.69
Hex156E62510B39ac441a
Octal251561421210137125410432
Binary101011101110110001010100010101111100110101100100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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