Shades of Teal #018482
Tints of Teal #018482
RGB
CMYK
RGB Variations
Color information
#018482 (or 0x018482) is known color: Teal. HEX triplet: 01, 84 and 82. RGB value is (1,132,130). Sum of RGB (Red+Green+Blue) = 1+132+130=263 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 263); Green value is 132 (51.95% from 255 or 50.19% from 263); Blue value is 130 (51.17% from 255 or 49.43% from 263); Max value from RGB is 132 - color contains mainly: green. Hex color #018482 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018482 is #FE7B7D. Grayscale: #5C5C5C. Windows color (decimal): -16677758 or 8553473. OLE color: 8553473.
HSL color Cylindrical-coordinate representation of color #018482: hue angle of 179.08º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018482 is Cyan = 0.99, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 1 | 132 | 130 | - |
| CMYK | 0.99 | 0 | 0.02 | 0.48 |
| HSL | 179.08º | 0.98% | 0.26% | - |
| HSV(B) | 179.08º | 0.99% | 0.52% | - |
| XYZ | 12.29 | 18.12 | 23.97 | - |
| YUV | 92.6 | 149.1 | 62.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 132 | 130 | 0.99 | 0 | 0.02 | 0.48 | 179.08 | 0.98 | 0.26 |
| Hex | 1 | 84 | 82 | 63 | 0 | 2 | 30 | B3 | 62 | 1A |
| Octal | 1 | 204 | 202 | 143 | 0 | 2 | 60 | 263 | 142 | 32 |
| Binary | 1 | 10000100 | 10000010 | 1100011 | 0 | 10 | 110000 | 10110011 | 1100010 | 11010 |
Color Harmonies of #018482
Complementary color
Monochromatic Colors of #018482
Black with #018482
Text Example
Text Example
White with #018482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018482; }
p { color: rgb(1,132,130); }
H1.HeaderClassName
{
color: #018482;
}
.AnyTagClassName
{
color: #018482;
}
</style>
background-color css
<style>
a { background-color: #018482; }
a { background-color: rgb(1,132,130); }
div.DivClassName
{
background-color: #018482;
}
.BgClassName
{
background-color: #018482;
}
</style>
border-color css
<style>
span { border-color: #018482; }
span { border-color: rgb(1,132,130); }
td.TdClassName
{
border-color: #018482;
}
.TagClassName
{
border-color: #018482;
}
</style>