Shades of Allports #137176
Tints of Allports #137176
RGB
CMYK
RGB Variations
Color information
#137176 (or 0x137176) is known color: Allports. HEX triplet: 13, 71 and 76. RGB value is (19,113,118). Sum of RGB (Red+Green+Blue) = 19+113+118=250 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.6% from 250); Green value is 113 (44.53% from 255 or 45.2% from 250); Blue value is 118 (46.48% from 255 or 47.2% from 250); Max value from RGB is 118 - color contains mainly: blue. Hex color #137176 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137176 is #EC8E89. Grayscale: #555555. Windows color (decimal): -15502986 or 7762195. OLE color: 7762195.
HSL color Cylindrical-coordinate representation of color #137176: hue angle of 183.03º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #137176 is Cyan = 0.84, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 19 | 113 | 118 | - |
| CMYK | 0.84 | 0.04 | 0 | 0.54 |
| HSL | 183.03º | 0.72% | 0.27% | - |
| HSV(B) | 183.03º | 0.84% | 0.46% | - |
| XYZ | 9.44 | 13.26 | 19.2 | - |
| YUV | 85.46 | 146.36 | 80.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 113 | 118 | 0.84 | 0.04 | 0 | 0.54 | 183.03 | 0.72 | 0.27 |
| Hex | 13 | 71 | 76 | 54 | 4 | 0 | 36 | B7 | 48 | 1B |
| Octal | 23 | 161 | 166 | 124 | 4 | 0 | 66 | 267 | 110 | 33 |
| Binary | 10011 | 1110001 | 1110110 | 1010100 | 100 | 0 | 110110 | 10110111 | 1001000 | 11011 |
Color Harmonies of #137176
Complementary color
Monochromatic Colors of #137176
Black with #137176
Text Example
Text Example
White with #137176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137176; }
p { color: rgb(19,113,118); }
H1.HeaderClassName
{
color: #137176;
}
.AnyTagClassName
{
color: #137176;
}
</style>
background-color css
<style>
a { background-color: #137176; }
a { background-color: rgb(19,113,118); }
div.DivClassName
{
background-color: #137176;
}
.BgClassName
{
background-color: #137176;
}
</style>
border-color css
<style>
span { border-color: #137176; }
span { border-color: rgb(19,113,118); }
td.TdClassName
{
border-color: #137176;
}
.TagClassName
{
border-color: #137176;
}
</style>