Shades of Teal #108B7E
Tints of Teal #108B7E
RGB
CMYK
RGB Variations
Color information
#108B7E (or 0x108B7E) is known color: Teal. HEX triplet: 10, 8B and 7E. RGB value is (16,139,126). Sum of RGB (Red+Green+Blue) = 16+139+126=281 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.69% from 281); Green value is 139 (54.69% from 255 or 49.47% from 281); Blue value is 126 (49.61% from 255 or 44.84% from 281); Max value from RGB is 139 - color contains mainly: green. Hex color #108B7E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #108B7E is #EF7481. Grayscale: #646464. Windows color (decimal): -15692930 or 8293136. OLE color: 8293136.
HSL color Cylindrical-coordinate representation of color #108B7E: hue angle of 173.66º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #108B7E is Cyan = 0.88, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 16 | 139 | 126 | - |
| CMYK | 0.88 | 0 | 0.09 | 0.45 |
| HSL | 173.66º | 0.79% | 0.3% | - |
| HSV(B) | 173.66º | 0.88% | 0.55% | - |
| XYZ | 13.21 | 20.08 | 22.92 | - |
| YUV | 100.74 | 142.25 | 67.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 139 | 126 | 0.88 | 0 | 0.09 | 0.45 | 173.66 | 0.79 | 0.3 |
| Hex | 10 | 8B | 7E | 58 | 0 | 9 | 2D | AE | 4F | 1E |
| Octal | 20 | 213 | 176 | 130 | 0 | 11 | 55 | 256 | 117 | 36 |
| Binary | 10000 | 10001011 | 1111110 | 1011000 | 0 | 1001 | 101101 | 10101110 | 1001111 | 11110 |
Color Harmonies of #108B7E
Complementary color
Monochromatic Colors of #108B7E
Black with #108B7E
Text Example
Text Example
White with #108B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #108B7E; }
p { color: rgb(16,139,126); }
H1.HeaderClassName
{
color: #108B7E;
}
.AnyTagClassName
{
color: #108B7E;
}
</style>
background-color css
<style>
a { background-color: #108B7E; }
a { background-color: rgb(16,139,126); }
div.DivClassName
{
background-color: #108B7E;
}
.BgClassName
{
background-color: #108B7E;
}
</style>
border-color css
<style>
span { border-color: #108B7E; }
span { border-color: rgb(16,139,126); }
td.TdClassName
{
border-color: #108B7E;
}
.TagClassName
{
border-color: #108B7E;
}
</style>