#157076

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

Shades of Allports #157076

Tints of Allports #157076

Color information

#157076 (or 0x157076) is unknown color: approx Allports. HEX triplet: 15, 70 and 76. RGB value is (21,112,118). Sum of RGB (Red+Green+Blue) = 21+112+118=251 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.37% from 251); Green value is 112 (44.14% from 255 or 44.62% from 251); Blue value is 118 (46.48% from 255 or 47.01% from 251); Max value from RGB is 118 - color contains mainly: blue. Hex color #157076 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157076 is #EA8F89. Grayscale: #555555. Windows color (decimal): -15372170 or 7761941. OLE color: 7761941.

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

Color convert

RGB21112118-
CMYK0.820.0500.54
HSL183.71º69.78%27.25%-
HSV(B)183.71º82.2%46.27%-
XYZ9.3713.0619.17-
YUV85.48146.3582.01-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.37%
GREEN value IS 112 (44.14% from 255) = 44.62%
BLUE value IS 118 (46.48% from 255) = 47.01%
R=8.37%
G=44.62%
B=47.01%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal211121180.820.0500.54183.7169.7827.25
Hex157076525036b8461b
Octal25160166122506627010633
Binary10101111000011101101010010101011011010111000100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #157076; }

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

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

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

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

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

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

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

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