Shades of Allports #196F77
Tints of Allports #196F77
RGB
CMYK
RGB Variations
Color information
#196F77 (or 0x196F77) is known color: Allports. HEX triplet: 19, 6F and 77. RGB value is (25,111,119). Sum of RGB (Red+Green+Blue) = 25+111+119=255 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.80% from 255); Green value is 111 (43.75% from 255 or 43.53% from 255); Blue value is 119 (46.88% from 255 or 46.67% from 255); Max value from RGB is 119 - color contains mainly: blue. Hex color #196F77 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196F77 is #E69088. Grayscale: #565656. Windows color (decimal): -15110281 or 7827225. OLE color: 7827225.
HSL color Cylindrical-coordinate representation of color #196F77: hue angle of 185.11º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #196F77 is Cyan = 0.79, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 25 | 111 | 119 | - |
| CMYK | 0.79 | 0.07 | 0 | 0.53 |
| HSL | 185.11º | 0.65% | 0.28% | - |
| HSV(B) | 185.11º | 0.79% | 0.47% | - |
| XYZ | 9.42 | 12.91 | 19.45 | - |
| YUV | 86.2 | 146.51 | 84.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 111 | 119 | 0.79 | 0.07 | 0 | 0.53 | 185.11 | 0.65 | 0.28 |
| Hex | 19 | 6F | 77 | 4F | 7 | 0 | 35 | B9 | 41 | 1C |
| Octal | 31 | 157 | 167 | 117 | 7 | 0 | 65 | 271 | 101 | 34 |
| Binary | 11001 | 1101111 | 1110111 | 1001111 | 111 | 0 | 110101 | 10111001 | 1000001 | 11100 |
Color Harmonies of #196F77
Complementary color
Monochromatic Colors of #196F77
Black with #196F77
Text Example
Text Example
White with #196F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196F77; }
p { color: rgb(25,111,119); }
H1.HeaderClassName
{
color: #196F77;
}
.AnyTagClassName
{
color: #196F77;
}
</style>
background-color css
<style>
a { background-color: #196F77; }
a { background-color: rgb(25,111,119); }
div.DivClassName
{
background-color: #196F77;
}
.BgClassName
{
background-color: #196F77;
}
</style>
border-color css
<style>
span { border-color: #196F77; }
span { border-color: rgb(25,111,119); }
td.TdClassName
{
border-color: #196F77;
}
.TagClassName
{
border-color: #196F77;
}
</style>