Shades of Teal #107D81
Tints of Teal #107D81
RGB
CMYK
RGB Variations
Color information
#107D81 (or 0x107D81) is known color: Teal. HEX triplet: 10, 7D and 81. RGB value is (16,125,129). Sum of RGB (Red+Green+Blue) = 16+125+129=270 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.93% from 270); Green value is 125 (49.22% from 255 or 46.30% from 270); Blue value is 129 (50.78% from 255 or 47.78% from 270); Max value from RGB is 129 - color contains mainly: blue. Hex color #107D81 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #107D81 is #EF827E. Grayscale: #5C5C5C. Windows color (decimal): -15696511 or 8486160. OLE color: 8486160.
HSL color Cylindrical-coordinate representation of color #107D81: hue angle of 182.12º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #107D81 is Cyan = 0.88, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 16 | 125 | 129 | - |
| CMYK | 0.88 | 0.03 | 0 | 0.49 |
| HSL | 182.12º | 0.78% | 0.28% | - |
| HSV(B) | 182.12º | 0.88% | 0.51% | - |
| XYZ | 11.51 | 16.36 | 23.32 | - |
| YUV | 92.87 | 148.39 | 73.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 125 | 129 | 0.88 | 0.03 | 0 | 0.49 | 182.12 | 0.78 | 0.28 |
| Hex | 10 | 7D | 81 | 58 | 3 | 0 | 31 | B6 | 4E | 1C |
| Octal | 20 | 175 | 201 | 130 | 3 | 0 | 61 | 266 | 116 | 34 |
| Binary | 10000 | 1111101 | 10000001 | 1011000 | 11 | 0 | 110001 | 10110110 | 1001110 | 11100 |
Color Harmonies of #107D81
Complementary color
Monochromatic Colors of #107D81
Black with #107D81
Text Example
Text Example
White with #107D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107D81; }
p { color: rgb(16,125,129); }
H1.HeaderClassName
{
color: #107D81;
}
.AnyTagClassName
{
color: #107D81;
}
</style>
background-color css
<style>
a { background-color: #107D81; }
a { background-color: rgb(16,125,129); }
div.DivClassName
{
background-color: #107D81;
}
.BgClassName
{
background-color: #107D81;
}
</style>
border-color css
<style>
span { border-color: #107D81; }
span { border-color: rgb(16,125,129); }
td.TdClassName
{
border-color: #107D81;
}
.TagClassName
{
border-color: #107D81;
}
</style>