Shades of Allports #106B7F
Tints of Allports #106B7F
RGB
CMYK
RGB Variations
Color information
#106B7F (or 0x106B7F) is known color: Allports. HEX triplet: 10, 6B and 7F. RGB value is (16,107,127). Sum of RGB (Red+Green+Blue) = 16+107+127=250 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.4% from 250); Green value is 107 (42.19% from 255 or 42.8% from 250); Blue value is 127 (50% from 255 or 50.8% from 250); Max value from RGB is 127 - color contains mainly: blue. Hex color #106B7F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106B7F is #EF9480. Grayscale: #515151. Windows color (decimal): -15701121 or 8350480. OLE color: 8350480.
HSL color Cylindrical-coordinate representation of color #106B7F: hue angle of 190.81º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #106B7F is Cyan = 0.87, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 16 | 107 | 127 | - |
| CMYK | 0.87 | 0.16 | 0 | 0.50 |
| HSL | 190.81º | 0.78% | 0.28% | - |
| HSV(B) | 190.81º | 0.87% | 0.5% | - |
| XYZ | 9.3 | 12.16 | 21.94 | - |
| YUV | 82.07 | 153.35 | 80.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 107 | 127 | 0.87 | 0.16 | 0 | 0.50 | 190.81 | 0.78 | 0.28 |
| Hex | 10 | 6B | 7F | 57 | 10 | 0 | 32 | BF | 4E | 1C |
| Octal | 20 | 153 | 177 | 127 | 20 | 0 | 62 | 277 | 116 | 34 |
| Binary | 10000 | 1101011 | 1111111 | 1010111 | 10000 | 0 | 110010 | 10111111 | 1001110 | 11100 |
Color Harmonies of #106B7F
Complementary color
Monochromatic Colors of #106B7F
Black with #106B7F
Text Example
Text Example
White with #106B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106B7F; }
p { color: rgb(16,107,127); }
H1.HeaderClassName
{
color: #106B7F;
}
.AnyTagClassName
{
color: #106B7F;
}
</style>
background-color css
<style>
a { background-color: #106B7F; }
a { background-color: rgb(16,107,127); }
div.DivClassName
{
background-color: #106B7F;
}
.BgClassName
{
background-color: #106B7F;
}
</style>
border-color css
<style>
span { border-color: #106B7F; }
span { border-color: rgb(16,107,127); }
td.TdClassName
{
border-color: #106B7F;
}
.TagClassName
{
border-color: #106B7F;
}
</style>