Shades of Allports #1E7176
Tints of Allports #1E7176
RGB
CMYK
RGB Variations
Color information
#1E7176 (or 0x1E7176) is known color: Allports. HEX triplet: 1E, 71 and 76. RGB value is (30,113,118). Sum of RGB (Red+Green+Blue) = 30+113+118=261 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.49% from 261); Green value is 113 (44.53% from 255 or 43.30% from 261); Blue value is 118 (46.48% from 255 or 45.21% from 261); Max value from RGB is 118 - color contains mainly: blue. Hex color #1E7176 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E7176 is #E18E89. Grayscale: #585858. Windows color (decimal): -14782090 or 7762206. OLE color: 7762206.
HSL color Cylindrical-coordinate representation of color #1E7176: hue angle of 183.41º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1E7176 is Cyan = 0.75, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 30 | 113 | 118 | - |
| CMYK | 0.75 | 0.04 | 0 | 0.54 |
| HSL | 183.41º | 0.59% | 0.29% | - |
| HSV(B) | 183.41º | 0.75% | 0.46% | - |
| XYZ | 9.71 | 13.39 | 19.21 | - |
| YUV | 88.75 | 144.5 | 86.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 113 | 118 | 0.75 | 0.04 | 0 | 0.54 | 183.41 | 0.59 | 0.29 |
| Hex | 1E | 71 | 76 | 4B | 4 | 0 | 36 | B7 | 3B | 1D |
| Octal | 36 | 161 | 166 | 113 | 4 | 0 | 66 | 267 | 73 | 35 |
| Binary | 11110 | 1110001 | 1110110 | 1001011 | 100 | 0 | 110110 | 10110111 | 111011 | 11101 |
Color Harmonies of #1E7176
Complementary color
Monochromatic Colors of #1E7176
Black with #1E7176
Text Example
Text Example
White with #1E7176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E7176; }
p { color: rgb(30,113,118); }
H1.HeaderClassName
{
color: #1E7176;
}
.AnyTagClassName
{
color: #1E7176;
}
</style>
background-color css
<style>
a { background-color: #1E7176; }
a { background-color: rgb(30,113,118); }
div.DivClassName
{
background-color: #1E7176;
}
.BgClassName
{
background-color: #1E7176;
}
</style>
border-color css
<style>
span { border-color: #1E7176; }
span { border-color: rgb(30,113,118); }
td.TdClassName
{
border-color: #1E7176;
}
.TagClassName
{
border-color: #1E7176;
}
</style>