#156770

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

Shades of Allports #156770

Tints of Allports #156770

Color information

#156770 (or 0x156770) is unknown color: approx Allports. HEX triplet: 15, 67 and 70. RGB value is (21,103,112). Sum of RGB (Red+Green+Blue) = 21+103+112=236 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.90% from 236); Green value is 103 (40.62% from 255 or 43.64% from 236); Blue value is 112 (44.14% from 255 or 47.46% from 236); Max value from RGB is 112 - color contains mainly: blue. Hex color #156770 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156770 is #EA988F. Grayscale: #4F4F4F. Windows color (decimal): -15374480 or 7366421. OLE color: 7366421.

HSL color Cylindrical-coordinate representation of color #156770: hue angle of 185.93º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #156770 is Cyan = 0.81, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB21103112-
CMYK0.810.0800.56
HSL185.93º68.42%26.08%-
HSV(B)185.93º81.25%43.92%-
XYZ8.0811.0317.03-
YUV79.51146.3386.27-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.90%
GREEN value IS 103 (40.62% from 255) = 43.64%
BLUE value IS 112 (44.14% from 255) = 47.46%
R=8.90%
G=43.64%
B=47.46%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal211031120.810.0800.56185.9368.4226.08
Hex156770518038ba441a
Octal251471601211007027210432
Binary101011100111111000010100011000011100010111010100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156770; }

 p { color: rgb(21,103,112); }

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

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

 a { background-color: rgb(21,103,112); }

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

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

 span { border-color: rgb(21,103,112); }

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