Shades of Teal #107A8D
Tints of Teal #107A8D
RGB
CMYK
RGB Variations
Color information
#107A8D (or 0x107A8D) is known color: Teal. HEX triplet: 10, 7A and 8D. RGB value is (16,122,141). Sum of RGB (Red+Green+Blue) = 16+122+141=279 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.73% from 279); Green value is 122 (48.05% from 255 or 43.73% from 279); Blue value is 141 (55.47% from 255 or 50.54% from 279); Max value from RGB is 141 - color contains mainly: blue. Hex color #107A8D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #107A8D is #EF8572. Grayscale: #5C5C5C. Windows color (decimal): -15697267 or 9271824. OLE color: 9271824.
HSL color Cylindrical-coordinate representation of color #107A8D: hue angle of 189.12º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #107A8D is Cyan = 0.89, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 16 | 122 | 141 | - |
| CMYK | 0.89 | 0.13 | 0 | 0.45 |
| HSL | 189.12º | 0.8% | 0.31% | - |
| HSV(B) | 189.12º | 0.89% | 0.55% | - |
| XYZ | 11.98 | 15.95 | 27.65 | - |
| YUV | 92.47 | 155.38 | 73.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 122 | 141 | 0.89 | 0.13 | 0 | 0.45 | 189.12 | 0.8 | 0.31 |
| Hex | 10 | 7A | 8D | 59 | D | 0 | 2D | BD | 50 | 1F |
| Octal | 20 | 172 | 215 | 131 | 15 | 0 | 55 | 275 | 120 | 37 |
| Binary | 10000 | 1111010 | 10001101 | 1011001 | 1101 | 0 | 101101 | 10111101 | 1010000 | 11111 |
Color Harmonies of #107A8D
Complementary color
Monochromatic Colors of #107A8D
Black with #107A8D
Text Example
Text Example
White with #107A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107A8D; }
p { color: rgb(16,122,141); }
H1.HeaderClassName
{
color: #107A8D;
}
.AnyTagClassName
{
color: #107A8D;
}
</style>
background-color css
<style>
a { background-color: #107A8D; }
a { background-color: rgb(16,122,141); }
div.DivClassName
{
background-color: #107A8D;
}
.BgClassName
{
background-color: #107A8D;
}
</style>
border-color css
<style>
span { border-color: #107A8D; }
span { border-color: rgb(16,122,141); }
td.TdClassName
{
border-color: #107A8D;
}
.TagClassName
{
border-color: #107A8D;
}
</style>