#157476

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

Shades of Allports #157476

Tints of Allports #157476

Color information

#157476 (or 0x157476) is unknown color: approx Allports. HEX triplet: 15, 74 and 76. RGB value is (21,116,118). Sum of RGB (Red+Green+Blue) = 21+116+118=255 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.24% from 255); Green value is 116 (45.70% from 255 or 45.49% from 255); Blue value is 118 (46.48% from 255 or 46.27% from 255); Max value from RGB is 118 - color contains mainly: blue. Hex color #157476 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157476 is #EA8B89. Grayscale: #575757. Windows color (decimal): -15371146 or 7762965. OLE color: 7762965.

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

Color convert

RGB21116118-
CMYK0.820.0200.54
HSL181.24º69.78%27.25%-
HSV(B)181.24º82.2%46.27%-
XYZ9.8213.9619.32-
YUV87.82145.0380.34-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.24%
GREEN value IS 116 (45.70% from 255) = 45.49%
BLUE value IS 118 (46.48% from 255) = 46.27%
R=8.24%
G=45.49%
B=46.27%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal211161180.820.0200.54181.2469.7827.25
Hex157476522036b5461b
Octal25164166122206626510633
Binary1010111101001110110101001010011011010110101100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #157476; }

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

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

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

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

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

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

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

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