Shades of Allports #106F80
Tints of Allports #106F80
RGB
CMYK
RGB Variations
Color information
#106F80 (or 0x106F80) is known color: Allports. HEX triplet: 10, 6F and 80. RGB value is (16,111,128). Sum of RGB (Red+Green+Blue) = 16+111+128=255 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.27% from 255); Green value is 111 (43.75% from 255 or 43.53% from 255); Blue value is 128 (50.39% from 255 or 50.20% from 255); Max value from RGB is 128 - color contains mainly: blue. Hex color #106F80 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #106F80 is #EF907F. Grayscale: #545454. Windows color (decimal): -15700096 or 8417040. OLE color: 8417040.
HSL color Cylindrical-coordinate representation of color #106F80: hue angle of 189.11º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #106F80 is Cyan = 0.88, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 16 | 111 | 128 | - |
| CMYK | 0.88 | 0.13 | 0 | 0.50 |
| HSL | 189.11º | 0.78% | 0.28% | - |
| HSV(B) | 189.11º | 0.88% | 0.5% | - |
| XYZ | 9.79 | 13.04 | 22.42 | - |
| YUV | 84.53 | 152.53 | 79.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 111 | 128 | 0.88 | 0.13 | 0 | 0.50 | 189.11 | 0.78 | 0.28 |
| Hex | 10 | 6F | 80 | 58 | D | 0 | 32 | BD | 4E | 1C |
| Octal | 20 | 157 | 200 | 130 | 15 | 0 | 62 | 275 | 116 | 34 |
| Binary | 10000 | 1101111 | 10000000 | 1011000 | 1101 | 0 | 110010 | 10111101 | 1001110 | 11100 |
Color Harmonies of #106F80
Complementary color
Monochromatic Colors of #106F80
Black with #106F80
Text Example
Text Example
White with #106F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106F80; }
p { color: rgb(16,111,128); }
H1.HeaderClassName
{
color: #106F80;
}
.AnyTagClassName
{
color: #106F80;
}
</style>
background-color css
<style>
a { background-color: #106F80; }
a { background-color: rgb(16,111,128); }
div.DivClassName
{
background-color: #106F80;
}
.BgClassName
{
background-color: #106F80;
}
</style>
border-color css
<style>
span { border-color: #106F80; }
span { border-color: rgb(16,111,128); }
td.TdClassName
{
border-color: #106F80;
}
.TagClassName
{
border-color: #106F80;
}
</style>