Shades of Teal #107884
Tints of Teal #107884
RGB
CMYK
RGB Variations
Color information
#107884 (or 0x107884) is known color: Teal. HEX triplet: 10, 78 and 84. RGB value is (16,120,132). Sum of RGB (Red+Green+Blue) = 16+120+132=268 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.97% from 268); Green value is 120 (47.27% from 255 or 44.78% from 268); Blue value is 132 (51.95% from 255 or 49.25% from 268); Max value from RGB is 132 - color contains mainly: blue. Hex color #107884 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #107884 is #EF877B. Grayscale: #5A5A5A. Windows color (decimal): -15697788 or 8681488. OLE color: 8681488.
HSL color Cylindrical-coordinate representation of color #107884: hue angle of 186.21º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #107884 is Cyan = 0.88, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 16 | 120 | 132 | - |
| CMYK | 0.88 | 0.09 | 0 | 0.48 |
| HSL | 186.21º | 0.78% | 0.29% | - |
| HSV(B) | 186.21º | 0.88% | 0.52% | - |
| XYZ | 11.1 | 15.21 | 24.18 | - |
| YUV | 90.27 | 151.54 | 75.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 120 | 132 | 0.88 | 0.09 | 0 | 0.48 | 186.21 | 0.78 | 0.29 |
| Hex | 10 | 78 | 84 | 58 | 9 | 0 | 30 | BA | 4E | 1D |
| Octal | 20 | 170 | 204 | 130 | 11 | 0 | 60 | 272 | 116 | 35 |
| Binary | 10000 | 1111000 | 10000100 | 1011000 | 1001 | 0 | 110000 | 10111010 | 1001110 | 11101 |
Color Harmonies of #107884
Complementary color
Monochromatic Colors of #107884
Black with #107884
Text Example
Text Example
White with #107884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107884; }
p { color: rgb(16,120,132); }
H1.HeaderClassName
{
color: #107884;
}
.AnyTagClassName
{
color: #107884;
}
</style>
background-color css
<style>
a { background-color: #107884; }
a { background-color: rgb(16,120,132); }
div.DivClassName
{
background-color: #107884;
}
.BgClassName
{
background-color: #107884;
}
</style>
border-color css
<style>
span { border-color: #107884; }
span { border-color: rgb(16,120,132); }
td.TdClassName
{
border-color: #107884;
}
.TagClassName
{
border-color: #107884;
}
</style>