#156B77

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

Shades of Allports #156B77

Tints of Allports #156B77

Color information

#156B77 (or 0x156B77) is unknown color: approx Allports. HEX triplet: 15, 6B and 77. RGB value is (21,107,119). Sum of RGB (Red+Green+Blue) = 21+107+119=247 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.50% from 247); Green value is 107 (42.19% from 255 or 43.32% from 247); Blue value is 119 (46.88% from 255 or 48.18% from 247); Max value from RGB is 119 - color contains mainly: blue. Hex color #156B77 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156B77 is #EA9488. Grayscale: #525252. Windows color (decimal): -15373449 or 7826197. OLE color: 7826197.

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

Color convert

RGB21107119-
CMYK0.820.1000.53
HSL187.35º70%27.45%-
HSV(B)187.35º82.35%46.67%-
XYZ8.912.0119.3-
YUV82.65148.5184.02-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.50%
GREEN value IS 107 (42.19% from 255) = 43.32%
BLUE value IS 119 (46.88% from 255) = 48.18%
R=8.50%
G=43.32%
B=48.18%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal211071190.820.1000.53187.357027.45
Hex156B7752A035bb461b
Octal251531671221206527310633
Binary101011101011111011110100101010011010110111011100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,107,119); }

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

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

 a { background-color: rgb(21,107,119); }

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

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

 span { border-color: rgb(21,107,119); }

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