Shades of Teal #107F8A
Tints of Teal #107F8A
RGB
CMYK
RGB Variations
Color information
#107F8A (or 0x107F8A) is known color: Teal. HEX triplet: 10, 7F and 8A. RGB value is (16,127,138). Sum of RGB (Red+Green+Blue) = 16+127+138=281 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.69% from 281); Green value is 127 (50% from 255 or 45.20% from 281); Blue value is 138 (54.30% from 255 or 49.11% from 281); Max value from RGB is 138 - color contains mainly: blue. Hex color #107F8A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #107F8A is #EF8075. Grayscale: #5E5E5E. Windows color (decimal): -15695990 or 9076496. OLE color: 9076496.
HSL color Cylindrical-coordinate representation of color #107F8A: hue angle of 185.41º 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 #107F8A is Cyan = 0.88, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 16 | 127 | 138 | - |
| CMYK | 0.88 | 0.08 | 0 | 0.46 |
| HSL | 185.41º | 0.79% | 0.3% | - |
| HSV(B) | 185.41º | 0.88% | 0.54% | - |
| XYZ | 12.39 | 17.12 | 26.7 | - |
| YUV | 95.07 | 152.23 | 71.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 127 | 138 | 0.88 | 0.08 | 0 | 0.46 | 185.41 | 0.79 | 0.3 |
| Hex | 10 | 7F | 8A | 58 | 8 | 0 | 2E | B9 | 4F | 1E |
| Octal | 20 | 177 | 212 | 130 | 10 | 0 | 56 | 271 | 117 | 36 |
| Binary | 10000 | 1111111 | 10001010 | 1011000 | 1000 | 0 | 101110 | 10111001 | 1001111 | 11110 |
Color Harmonies of #107F8A
Complementary color
Monochromatic Colors of #107F8A
Black with #107F8A
Text Example
Text Example
White with #107F8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107F8A; }
p { color: rgb(16,127,138); }
H1.HeaderClassName
{
color: #107F8A;
}
.AnyTagClassName
{
color: #107F8A;
}
</style>
background-color css
<style>
a { background-color: #107F8A; }
a { background-color: rgb(16,127,138); }
div.DivClassName
{
background-color: #107F8A;
}
.BgClassName
{
background-color: #107F8A;
}
</style>
border-color css
<style>
span { border-color: #107F8A; }
span { border-color: rgb(16,127,138); }
td.TdClassName
{
border-color: #107F8A;
}
.TagClassName
{
border-color: #107F8A;
}
</style>