Shades of Teal #107D8C
Tints of Teal #107D8C
RGB
CMYK
RGB Variations
Color information
#107D8C (or 0x107D8C) is known color: Teal. HEX triplet: 10, 7D and 8C. RGB value is (16,125,140). Sum of RGB (Red+Green+Blue) = 16+125+140=281 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.69% from 281); Green value is 125 (49.22% from 255 or 44.48% from 281); Blue value is 140 (55.08% from 255 or 49.82% from 281); Max value from RGB is 140 - color contains mainly: blue. Hex color #107D8C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #107D8C is #EF8273. Grayscale: #5D5D5D. Windows color (decimal): -15696500 or 9207056. OLE color: 9207056.
HSL color Cylindrical-coordinate representation of color #107D8C: hue angle of 187.26º degrees, saturation: 0.79, 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 #107D8C is Cyan = 0.89, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 16 | 125 | 140 | - |
| CMYK | 0.89 | 0.11 | 0 | 0.45 |
| HSL | 187.26º | 0.79% | 0.31% | - |
| HSV(B) | 187.26º | 0.89% | 0.55% | - |
| XYZ | 12.28 | 16.67 | 27.38 | - |
| YUV | 94.12 | 153.89 | 72.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 125 | 140 | 0.89 | 0.11 | 0 | 0.45 | 187.26 | 0.79 | 0.31 |
| Hex | 10 | 7D | 8C | 59 | B | 0 | 2D | BB | 4F | 1F |
| Octal | 20 | 175 | 214 | 131 | 13 | 0 | 55 | 273 | 117 | 37 |
| Binary | 10000 | 1111101 | 10001100 | 1011001 | 1011 | 0 | 101101 | 10111011 | 1001111 | 11111 |
Color Harmonies of #107D8C
Complementary color
Monochromatic Colors of #107D8C
Black with #107D8C
Text Example
Text Example
White with #107D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107D8C; }
p { color: rgb(16,125,140); }
H1.HeaderClassName
{
color: #107D8C;
}
.AnyTagClassName
{
color: #107D8C;
}
</style>
background-color css
<style>
a { background-color: #107D8C; }
a { background-color: rgb(16,125,140); }
div.DivClassName
{
background-color: #107D8C;
}
.BgClassName
{
background-color: #107D8C;
}
</style>
border-color css
<style>
span { border-color: #107D8C; }
span { border-color: rgb(16,125,140); }
td.TdClassName
{
border-color: #107D8C;
}
.TagClassName
{
border-color: #107D8C;
}
</style>