Shades of Allports #196E80
Tints of Allports #196E80
RGB
CMYK
RGB Variations
Color information
#196E80 (or 0x196E80) is known color: Allports. HEX triplet: 19, 6E and 80. RGB value is (25,110,128). Sum of RGB (Red+Green+Blue) = 25+110+128=263 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.51% from 263); Green value is 110 (43.36% from 255 or 41.83% from 263); Blue value is 128 (50.39% from 255 or 48.67% from 263); Max value from RGB is 128 - color contains mainly: blue. Hex color #196E80 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #196E80 is #E6917F. Grayscale: #565656. Windows color (decimal): -15110528 or 8416793. OLE color: 8416793.
HSL color Cylindrical-coordinate representation of color #196E80: hue angle of 190.49º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #196E80 is Cyan = 0.80, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 25 | 110 | 128 | - |
| CMYK | 0.80 | 0.14 | 0 | 0.50 |
| HSL | 190.49º | 0.67% | 0.3% | - |
| HSV(B) | 190.49º | 0.8% | 0.5% | - |
| XYZ | 9.87 | 12.92 | 22.39 | - |
| YUV | 86.64 | 151.34 | 84.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 110 | 128 | 0.80 | 0.14 | 0 | 0.50 | 190.49 | 0.67 | 0.3 |
| Hex | 19 | 6E | 80 | 50 | E | 0 | 32 | BE | 43 | 1E |
| Octal | 31 | 156 | 200 | 120 | 16 | 0 | 62 | 276 | 103 | 36 |
| Binary | 11001 | 1101110 | 10000000 | 1010000 | 1110 | 0 | 110010 | 10111110 | 1000011 | 11110 |
Color Harmonies of #196E80
Complementary color
Monochromatic Colors of #196E80
Black with #196E80
Text Example
Text Example
White with #196E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196E80; }
p { color: rgb(25,110,128); }
H1.HeaderClassName
{
color: #196E80;
}
.AnyTagClassName
{
color: #196E80;
}
</style>
background-color css
<style>
a { background-color: #196E80; }
a { background-color: rgb(25,110,128); }
div.DivClassName
{
background-color: #196E80;
}
.BgClassName
{
background-color: #196E80;
}
</style>
border-color css
<style>
span { border-color: #196E80; }
span { border-color: rgb(25,110,128); }
td.TdClassName
{
border-color: #196E80;
}
.TagClassName
{
border-color: #196E80;
}
</style>