Shades of Teal #107F85
Tints of Teal #107F85
RGB
CMYK
RGB Variations
Color information
#107F85 (or 0x107F85) is known color: Teal. HEX triplet: 10, 7F and 85. RGB value is (16,127,133). Sum of RGB (Red+Green+Blue) = 16+127+133=276 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.80% from 276); Green value is 127 (50% from 255 or 46.01% from 276); Blue value is 133 (52.34% from 255 or 48.19% from 276); Max value from RGB is 133 - color contains mainly: blue. Hex color #107F85 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #107F85 is #EF807A. Grayscale: #5E5E5E. Windows color (decimal): -15695995 or 8748816. OLE color: 8748816.
HSL color Cylindrical-coordinate representation of color #107F85: hue angle of 183.08º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #107F85 is Cyan = 0.88, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 16 | 127 | 133 | - |
| CMYK | 0.88 | 0.05 | 0 | 0.48 |
| HSL | 183.08º | 0.79% | 0.29% | - |
| HSV(B) | 183.08º | 0.88% | 0.52% | - |
| XYZ | 12.04 | 16.98 | 24.83 | - |
| YUV | 94.5 | 149.73 | 72.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 127 | 133 | 0.88 | 0.05 | 0 | 0.48 | 183.08 | 0.79 | 0.29 |
| Hex | 10 | 7F | 85 | 58 | 5 | 0 | 30 | B7 | 4F | 1D |
| Octal | 20 | 177 | 205 | 130 | 5 | 0 | 60 | 267 | 117 | 35 |
| Binary | 10000 | 1111111 | 10000101 | 1011000 | 101 | 0 | 110000 | 10110111 | 1001111 | 11101 |
Color Harmonies of #107F85
Complementary color
Monochromatic Colors of #107F85
Black with #107F85
Text Example
Text Example
White with #107F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107F85; }
p { color: rgb(16,127,133); }
H1.HeaderClassName
{
color: #107F85;
}
.AnyTagClassName
{
color: #107F85;
}
</style>
background-color css
<style>
a { background-color: #107F85; }
a { background-color: rgb(16,127,133); }
div.DivClassName
{
background-color: #107F85;
}
.BgClassName
{
background-color: #107F85;
}
</style>
border-color css
<style>
span { border-color: #107F85; }
span { border-color: rgb(16,127,133); }
td.TdClassName
{
border-color: #107F85;
}
.TagClassName
{
border-color: #107F85;
}
</style>