#156976

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

Shades of Allports #156976

Tints of Allports #156976

Color information

#156976 (or 0x156976) is unknown color: approx Allports. HEX triplet: 15, 69 and 76. RGB value is (21,105,118). Sum of RGB (Red+Green+Blue) = 21+105+118=244 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.61% from 244); Green value is 105 (41.41% from 255 or 43.03% from 244); Blue value is 118 (46.48% from 255 or 48.36% from 244); Max value from RGB is 118 - color contains mainly: blue. Hex color #156976 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156976 is #EA9689. Grayscale: #515151. Windows color (decimal): -15373962 or 7760149. OLE color: 7760149.

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

Color convert

RGB21105118-
CMYK0.820.1100.54
HSL188.04º69.78%27.25%-
HSV(B)188.04º82.2%46.27%-
XYZ8.6311.5718.92-
YUV81.37148.6784.94-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.61%
GREEN value IS 105 (41.41% from 255) = 43.03%
BLUE value IS 118 (46.48% from 255) = 48.36%
R=8.61%
G=43.03%
B=48.36%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal211051180.820.1100.54188.0469.7827.25
Hex15697652B036bc461b
Octal251511661221306627410633
Binary101011101001111011010100101011011011010111100100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156976; }

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

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

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

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

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

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

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

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