Shades of Teal #128482
Tints of Teal #128482
RGB
CMYK
RGB Variations
Color information
#128482 (or 0x128482) is known color: Teal. HEX triplet: 12, 84 and 82. RGB value is (18,132,130). Sum of RGB (Red+Green+Blue) = 18+132+130=280 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.43% from 280); Green value is 132 (51.95% from 255 or 47.14% from 280); Blue value is 130 (51.17% from 255 or 46.43% from 280); Max value from RGB is 132 - color contains mainly: green. Hex color #128482 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128482 is #ED7B7D. Grayscale: #616161. Windows color (decimal): -15563646 or 8553490. OLE color: 8553490.
HSL color Cylindrical-coordinate representation of color #128482: hue angle of 178.95º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #128482 is Cyan = 0.86, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 18 | 132 | 130 | - |
| CMYK | 0.86 | 0 | 0.02 | 0.48 |
| HSL | 178.95º | 0.76% | 0.29% | - |
| HSV(B) | 178.95º | 0.86% | 0.52% | - |
| XYZ | 12.53 | 18.24 | 23.98 | - |
| YUV | 97.69 | 146.23 | 71.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 132 | 130 | 0.86 | 0 | 0.02 | 0.48 | 178.95 | 0.76 | 0.29 |
| Hex | 12 | 84 | 82 | 56 | 0 | 2 | 30 | B3 | 4C | 1D |
| Octal | 22 | 204 | 202 | 126 | 0 | 2 | 60 | 263 | 114 | 35 |
| Binary | 10010 | 10000100 | 10000010 | 1010110 | 0 | 10 | 110000 | 10110011 | 1001100 | 11101 |
Color Harmonies of #128482
Complementary color
Monochromatic Colors of #128482
Black with #128482
Text Example
Text Example
White with #128482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128482; }
p { color: rgb(18,132,130); }
H1.HeaderClassName
{
color: #128482;
}
.AnyTagClassName
{
color: #128482;
}
</style>
background-color css
<style>
a { background-color: #128482; }
a { background-color: rgb(18,132,130); }
div.DivClassName
{
background-color: #128482;
}
.BgClassName
{
background-color: #128482;
}
</style>
border-color css
<style>
span { border-color: #128482; }
span { border-color: rgb(18,132,130); }
td.TdClassName
{
border-color: #128482;
}
.TagClassName
{
border-color: #128482;
}
</style>