Shades of Teal #107888
Tints of Teal #107888
RGB
CMYK
RGB Variations
Color information
#107888 (or 0x107888) is known color: Teal. HEX triplet: 10, 78 and 88. RGB value is (16,120,136). Sum of RGB (Red+Green+Blue) = 16+120+136=272 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.88% from 272); Green value is 120 (47.27% from 255 or 44.12% from 272); Blue value is 136 (53.52% from 255 or 50% from 272); Max value from RGB is 136 - color contains mainly: blue. Hex color #107888 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #107888 is #EF8777. Grayscale: #5A5A5A. Windows color (decimal): -15697784 or 8943632. OLE color: 8943632.
HSL color Cylindrical-coordinate representation of color #107888: hue angle of 188º 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 #107888 is Cyan = 0.88, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 16 | 120 | 136 | - |
| CMYK | 0.88 | 0.12 | 0 | 0.47 |
| HSL | 188º | 0.79% | 0.3% | - |
| HSV(B) | 188º | 0.88% | 0.53% | - |
| XYZ | 11.37 | 15.32 | 25.65 | - |
| YUV | 90.73 | 153.54 | 74.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 120 | 136 | 0.88 | 0.12 | 0 | 0.47 | 188 | 0.79 | 0.3 |
| Hex | 10 | 78 | 88 | 58 | C | 0 | 2F | BC | 4F | 1E |
| Octal | 20 | 170 | 210 | 130 | 14 | 0 | 57 | 274 | 117 | 36 |
| Binary | 10000 | 1111000 | 10001000 | 1011000 | 1100 | 0 | 101111 | 10111100 | 1001111 | 11110 |
Color Harmonies of #107888
Complementary color
Monochromatic Colors of #107888
Black with #107888
Text Example
Text Example
White with #107888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107888; }
p { color: rgb(16,120,136); }
H1.HeaderClassName
{
color: #107888;
}
.AnyTagClassName
{
color: #107888;
}
</style>
background-color css
<style>
a { background-color: #107888; }
a { background-color: rgb(16,120,136); }
div.DivClassName
{
background-color: #107888;
}
.BgClassName
{
background-color: #107888;
}
</style>
border-color css
<style>
span { border-color: #107888; }
span { border-color: rgb(16,120,136); }
td.TdClassName
{
border-color: #107888;
}
.TagClassName
{
border-color: #107888;
}
</style>