#157176

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

Shades of Allports #157176

Tints of Allports #157176

Color information

#157176 (or 0x157176) is unknown color: approx Allports. HEX triplet: 15, 71 and 76. RGB value is (21,113,118). Sum of RGB (Red+Green+Blue) = 21+113+118=252 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.33% from 252); Green value is 113 (44.53% from 255 or 44.84% from 252); Blue value is 118 (46.48% from 255 or 46.83% from 252); Max value from RGB is 118 - color contains mainly: blue. Hex color #157176 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157176 is #EA8E89. Grayscale: #555555. Windows color (decimal): -15371914 or 7762197. OLE color: 7762197.

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

Color convert

RGB21113118-
CMYK0.820.0400.54
HSL183.09º69.78%27.25%-
HSV(B)183.09º82.2%46.27%-
XYZ9.4813.2819.2-
YUV86.06146.0281.59-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.33%
GREEN value IS 113 (44.53% from 255) = 44.84%
BLUE value IS 118 (46.48% from 255) = 46.83%
R=8.33%
G=44.84%
B=46.83%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal211131180.820.0400.54183.0969.7827.25
Hex157176524036b7461b
Octal25161166122406626710633
Binary10101111000111101101010010100011011010110111100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #157176; }

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

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

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

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

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

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

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

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