Shades of Allports #196D80
Tints of Allports #196D80
RGB
CMYK
RGB Variations
Color information
#196D80 (or 0x196D80) is known color: Allports. HEX triplet: 19, 6D and 80. RGB value is (25,109,128). Sum of RGB (Red+Green+Blue) = 25+109+128=262 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.54% from 262); Green value is 109 (42.97% from 255 or 41.60% from 262); Blue value is 128 (50.39% from 255 or 48.85% from 262); Max value from RGB is 128 - color contains mainly: blue. Hex color #196D80 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #196D80 is #E6927F. Grayscale: #555555. Windows color (decimal): -15110784 or 8416537. OLE color: 8416537.
HSL color Cylindrical-coordinate representation of color #196D80: hue angle of 191.07º 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 #196D80 is Cyan = 0.80, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 25 | 109 | 128 | - |
| CMYK | 0.80 | 0.15 | 0 | 0.50 |
| HSL | 191.07º | 0.67% | 0.3% | - |
| HSV(B) | 191.07º | 0.8% | 0.5% | - |
| XYZ | 9.77 | 12.7 | 22.36 | - |
| YUV | 86.05 | 151.67 | 84.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 109 | 128 | 0.80 | 0.15 | 0 | 0.50 | 191.07 | 0.67 | 0.3 |
| Hex | 19 | 6D | 80 | 50 | F | 0 | 32 | BF | 43 | 1E |
| Octal | 31 | 155 | 200 | 120 | 17 | 0 | 62 | 277 | 103 | 36 |
| Binary | 11001 | 1101101 | 10000000 | 1010000 | 1111 | 0 | 110010 | 10111111 | 1000011 | 11110 |
Color Harmonies of #196D80
Complementary color
Monochromatic Colors of #196D80
Black with #196D80
Text Example
Text Example
White with #196D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196D80; }
p { color: rgb(25,109,128); }
H1.HeaderClassName
{
color: #196D80;
}
.AnyTagClassName
{
color: #196D80;
}
</style>
background-color css
<style>
a { background-color: #196D80; }
a { background-color: rgb(25,109,128); }
div.DivClassName
{
background-color: #196D80;
}
.BgClassName
{
background-color: #196D80;
}
</style>
border-color css
<style>
span { border-color: #196D80; }
span { border-color: rgb(25,109,128); }
td.TdClassName
{
border-color: #196D80;
}
.TagClassName
{
border-color: #196D80;
}
</style>