#156E76

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

Shades of Allports #156E76

Tints of Allports #156E76

Color information

#156E76 (or 0x156E76) is unknown color: approx Allports. HEX triplet: 15, 6E and 76. RGB value is (21,110,118). Sum of RGB (Red+Green+Blue) = 21+110+118=249 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.43% from 249); Green value is 110 (43.36% from 255 or 44.18% from 249); Blue value is 118 (46.48% from 255 or 47.39% from 249); Max value from RGB is 118 - color contains mainly: blue. Hex color #156E76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156E76 is #EA9189. Grayscale: #545454. Windows color (decimal): -15372682 or 7761429. OLE color: 7761429.

HSL color Cylindrical-coordinate representation of color #156E76: hue angle of 184.95º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #156E76 is Cyan = 0.82, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB21110118-
CMYK0.820.0700.54
HSL184.95º69.78%27.25%-
HSV(B)184.95º82.2%46.27%-
XYZ9.1612.6219.09-
YUV84.3147.0182.85-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.43%
GREEN value IS 110 (43.36% from 255) = 44.18%
BLUE value IS 118 (46.48% from 255) = 47.39%
R=8.43%
G=44.18%
B=47.39%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal211101180.820.0700.54184.9569.7827.25
Hex156E76527036b9461b
Octal25156166122706627110633
Binary10101110111011101101010010111011011010111001100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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