Shades of Teal #128086
Tints of Teal #128086
RGB
CMYK
RGB Variations
Color information
#128086 (or 0x128086) is known color: Teal. HEX triplet: 12, 80 and 86. RGB value is (18,128,134). Sum of RGB (Red+Green+Blue) = 18+128+134=280 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.43% from 280); Green value is 128 (50.39% from 255 or 45.71% from 280); Blue value is 134 (52.73% from 255 or 47.86% from 280); Max value from RGB is 134 - color contains mainly: blue. Hex color #128086 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128086 is #ED7F79. Grayscale: #5F5F5F. Windows color (decimal): -15564666 or 8814610. OLE color: 8814610.
HSL color Cylindrical-coordinate representation of color #128086: hue angle of 183.1º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #128086 is Cyan = 0.87, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 18 | 128 | 134 | - |
| CMYK | 0.87 | 0.04 | 0 | 0.47 |
| HSL | 183.1º | 0.76% | 0.3% | - |
| HSV(B) | 183.1º | 0.87% | 0.53% | - |
| XYZ | 12.27 | 17.29 | 25.24 | - |
| YUV | 95.79 | 149.56 | 72.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 128 | 134 | 0.87 | 0.04 | 0 | 0.47 | 183.1 | 0.76 | 0.3 |
| Hex | 12 | 80 | 86 | 57 | 4 | 0 | 2F | B7 | 4C | 1E |
| Octal | 22 | 200 | 206 | 127 | 4 | 0 | 57 | 267 | 114 | 36 |
| Binary | 10010 | 10000000 | 10000110 | 1010111 | 100 | 0 | 101111 | 10110111 | 1001100 | 11110 |
Color Harmonies of #128086
Complementary color
Monochromatic Colors of #128086
Black with #128086
Text Example
Text Example
White with #128086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128086; }
p { color: rgb(18,128,134); }
H1.HeaderClassName
{
color: #128086;
}
.AnyTagClassName
{
color: #128086;
}
</style>
background-color css
<style>
a { background-color: #128086; }
a { background-color: rgb(18,128,134); }
div.DivClassName
{
background-color: #128086;
}
.BgClassName
{
background-color: #128086;
}
</style>
border-color css
<style>
span { border-color: #128086; }
span { border-color: rgb(18,128,134); }
td.TdClassName
{
border-color: #128086;
}
.TagClassName
{
border-color: #128086;
}
</style>