#156676

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

Shades of Allports #156676

Tints of Allports #156676

Color information

#156676 (or 0x156676) is unknown color: approx Allports. HEX triplet: 15, 66 and 76. RGB value is (21,102,118). Sum of RGB (Red+Green+Blue) = 21+102+118=241 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.71% from 241); Green value is 102 (40.23% from 255 or 42.32% from 241); Blue value is 118 (46.48% from 255 or 48.96% from 241); Max value from RGB is 118 - color contains mainly: blue. Hex color #156676 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156676 is #EA9989. Grayscale: #4F4F4F. Windows color (decimal): -15374730 or 7759381. OLE color: 7759381.

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

Color convert

RGB21102118-
CMYK0.820.1400.54
HSL189.9º69.78%27.25%-
HSV(B)189.9º82.2%46.27%-
XYZ8.3310.9718.82-
YUV79.6149.6686.2-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.71%
GREEN value IS 102 (40.23% from 255) = 42.32%
BLUE value IS 118 (46.48% from 255) = 48.96%
R=8.71%
G=42.32%
B=48.96%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal211021180.820.1400.54189.969.7827.25
Hex15667652E036be461b
Octal251461661221606627610633
Binary101011100110111011010100101110011011010111110100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156676; }

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

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

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

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

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

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

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

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