#156D76

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

Shades of Allports #156D76

Tints of Allports #156D76

Color information

#156D76 (or 0x156D76) is unknown color: approx Allports. HEX triplet: 15, 6D and 76. RGB value is (21,109,118). Sum of RGB (Red+Green+Blue) = 21+109+118=248 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.47% from 248); Green value is 109 (42.97% from 255 or 43.95% from 248); Blue value is 118 (46.48% from 255 or 47.58% from 248); Max value from RGB is 118 - color contains mainly: blue. Hex color #156D76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156D76 is #EA9289. Grayscale: #535353. Windows color (decimal): -15372938 or 7761173. OLE color: 7761173.

HSL color Cylindrical-coordinate representation of color #156D76: hue angle of 185.57º 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 #156D76 is Cyan = 0.82, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB21109118-
CMYK0.820.0800.54
HSL185.57º69.78%27.25%-
HSV(B)185.57º82.2%46.27%-
XYZ9.0512.419.06-
YUV83.71147.3583.27-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.47%
GREEN value IS 109 (42.97% from 255) = 43.95%
BLUE value IS 118 (46.48% from 255) = 47.58%
R=8.47%
G=43.95%
B=47.58%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal211091180.820.0800.54185.5769.7827.25
Hex156D76528036ba461b
Octal251551661221006627210633
Binary101011101101111011010100101000011011010111010100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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