Shades of Teal #107F89
Tints of Teal #107F89
RGB
CMYK
RGB Variations
Color information
#107F89 (or 0x107F89) is known color: Teal. HEX triplet: 10, 7F and 89. RGB value is (16,127,137). Sum of RGB (Red+Green+Blue) = 16+127+137=280 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.71% from 280); Green value is 127 (50% from 255 or 45.36% from 280); Blue value is 137 (53.91% from 255 or 48.93% from 280); Max value from RGB is 137 - color contains mainly: blue. Hex color #107F89 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #107F89 is #EF8076. Grayscale: #5E5E5E. Windows color (decimal): -15695991 or 9010960. OLE color: 9010960.
HSL color Cylindrical-coordinate representation of color #107F89: hue angle of 184.96º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #107F89 is Cyan = 0.88, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 16 | 127 | 137 | - |
| CMYK | 0.88 | 0.07 | 0 | 0.46 |
| HSL | 184.96º | 0.79% | 0.3% | - |
| HSV(B) | 184.96º | 0.88% | 0.54% | - |
| XYZ | 12.32 | 17.1 | 26.32 | - |
| YUV | 94.95 | 151.73 | 71.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 127 | 137 | 0.88 | 0.07 | 0 | 0.46 | 184.96 | 0.79 | 0.3 |
| Hex | 10 | 7F | 89 | 58 | 7 | 0 | 2E | B9 | 4F | 1E |
| Octal | 20 | 177 | 211 | 130 | 7 | 0 | 56 | 271 | 117 | 36 |
| Binary | 10000 | 1111111 | 10001001 | 1011000 | 111 | 0 | 101110 | 10111001 | 1001111 | 11110 |
Color Harmonies of #107F89
Complementary color
Monochromatic Colors of #107F89
Black with #107F89
Text Example
Text Example
White with #107F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107F89; }
p { color: rgb(16,127,137); }
H1.HeaderClassName
{
color: #107F89;
}
.AnyTagClassName
{
color: #107F89;
}
</style>
background-color css
<style>
a { background-color: #107F89; }
a { background-color: rgb(16,127,137); }
div.DivClassName
{
background-color: #107F89;
}
.BgClassName
{
background-color: #107F89;
}
</style>
border-color css
<style>
span { border-color: #107F89; }
span { border-color: rgb(16,127,137); }
td.TdClassName
{
border-color: #107F89;
}
.TagClassName
{
border-color: #107F89;
}
</style>