Shades of Allports #197176
Tints of Allports #197176
RGB
CMYK
RGB Variations
Color information
#197176 (or 0x197176) is known color: Allports. HEX triplet: 19, 71 and 76. RGB value is (25,113,118). Sum of RGB (Red+Green+Blue) = 25+113+118=256 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.77% from 256); Green value is 113 (44.53% from 255 or 44.14% from 256); Blue value is 118 (46.48% from 255 or 46.09% from 256); Max value from RGB is 118 - color contains mainly: blue. Hex color #197176 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197176 is #E68E89. Grayscale: #575757. Windows color (decimal): -15109770 or 7762201. OLE color: 7762201.
HSL color Cylindrical-coordinate representation of color #197176: hue angle of 183.23º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #197176 is Cyan = 0.79, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 25 | 113 | 118 | - |
| CMYK | 0.79 | 0.04 | 0 | 0.54 |
| HSL | 183.23º | 0.65% | 0.28% | - |
| HSV(B) | 183.23º | 0.79% | 0.46% | - |
| XYZ | 9.58 | 13.32 | 19.21 | - |
| YUV | 87.26 | 145.35 | 83.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 113 | 118 | 0.79 | 0.04 | 0 | 0.54 | 183.23 | 0.65 | 0.28 |
| Hex | 19 | 71 | 76 | 4F | 4 | 0 | 36 | B7 | 41 | 1C |
| Octal | 31 | 161 | 166 | 117 | 4 | 0 | 66 | 267 | 101 | 34 |
| Binary | 11001 | 1110001 | 1110110 | 1001111 | 100 | 0 | 110110 | 10110111 | 1000001 | 11100 |
Color Harmonies of #197176
Complementary color
Monochromatic Colors of #197176
Black with #197176
Text Example
Text Example
White with #197176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197176; }
p { color: rgb(25,113,118); }
H1.HeaderClassName
{
color: #197176;
}
.AnyTagClassName
{
color: #197176;
}
</style>
background-color css
<style>
a { background-color: #197176; }
a { background-color: rgb(25,113,118); }
div.DivClassName
{
background-color: #197176;
}
.BgClassName
{
background-color: #197176;
}
</style>
border-color css
<style>
span { border-color: #197176; }
span { border-color: rgb(25,113,118); }
td.TdClassName
{
border-color: #197176;
}
.TagClassName
{
border-color: #197176;
}
</style>