Shades of Teal #107987
Tints of Teal #107987
RGB
CMYK
RGB Variations
Color information
#107987 (or 0x107987) is known color: Teal. HEX triplet: 10, 79 and 87. RGB value is (16,121,135). Sum of RGB (Red+Green+Blue) = 16+121+135=272 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.88% from 272); Green value is 121 (47.66% from 255 or 44.49% from 272); Blue value is 135 (53.12% from 255 or 49.63% from 272); Max value from RGB is 135 - color contains mainly: blue. Hex color #107987 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #107987 is #EF8678. Grayscale: #5B5B5B. Windows color (decimal): -15697529 or 8878352. OLE color: 8878352.
HSL color Cylindrical-coordinate representation of color #107987: hue angle of 187.06º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #107987 is Cyan = 0.88, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 16 | 121 | 135 | - |
| CMYK | 0.88 | 0.10 | 0 | 0.47 |
| HSL | 187.06º | 0.79% | 0.3% | - |
| HSV(B) | 187.06º | 0.88% | 0.53% | - |
| XYZ | 11.42 | 15.53 | 25.32 | - |
| YUV | 91.2 | 152.71 | 74.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 121 | 135 | 0.88 | 0.10 | 0 | 0.47 | 187.06 | 0.79 | 0.3 |
| Hex | 10 | 79 | 87 | 58 | A | 0 | 2F | BB | 4F | 1E |
| Octal | 20 | 171 | 207 | 130 | 12 | 0 | 57 | 273 | 117 | 36 |
| Binary | 10000 | 1111001 | 10000111 | 1011000 | 1010 | 0 | 101111 | 10111011 | 1001111 | 11110 |
Color Harmonies of #107987
Complementary color
Monochromatic Colors of #107987
Black with #107987
Text Example
Text Example
White with #107987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107987; }
p { color: rgb(16,121,135); }
H1.HeaderClassName
{
color: #107987;
}
.AnyTagClassName
{
color: #107987;
}
</style>
background-color css
<style>
a { background-color: #107987; }
a { background-color: rgb(16,121,135); }
div.DivClassName
{
background-color: #107987;
}
.BgClassName
{
background-color: #107987;
}
</style>
border-color css
<style>
span { border-color: #107987; }
span { border-color: rgb(16,121,135); }
td.TdClassName
{
border-color: #107987;
}
.TagClassName
{
border-color: #107987;
}
</style>