Shades of Teal #018980
Tints of Teal #018980
RGB
CMYK
RGB Variations
Color information
#018980 (or 0x018980) is known color: Teal. HEX triplet: 01, 89 and 80. RGB value is (1,137,128). Sum of RGB (Red+Green+Blue) = 1+137+128=266 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 266); Green value is 137 (53.91% from 255 or 51.50% from 266); Blue value is 128 (50.39% from 255 or 48.12% from 266); Max value from RGB is 137 - color contains mainly: green. Hex color #018980 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018980 is #FE767F. Grayscale: #5F5F5F. Windows color (decimal): -16676480 or 8423681. OLE color: 8423681.
HSL color Cylindrical-coordinate representation of color #018980: hue angle of 176.03º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018980 is Cyan = 0.99, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 1 | 137 | 128 | - |
| CMYK | 0.99 | 0 | 0.07 | 0.46 |
| HSL | 176.03º | 0.99% | 0.27% | - |
| HSV(B) | 176.03º | 0.99% | 0.54% | - |
| XYZ | 12.85 | 19.46 | 23.5 | - |
| YUV | 95.31 | 146.44 | 60.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 137 | 128 | 0.99 | 0 | 0.07 | 0.46 | 176.03 | 0.99 | 0.27 |
| Hex | 1 | 89 | 80 | 63 | 0 | 7 | 2E | B0 | 63 | 1B |
| Octal | 1 | 211 | 200 | 143 | 0 | 7 | 56 | 260 | 143 | 33 |
| Binary | 1 | 10001001 | 10000000 | 1100011 | 0 | 111 | 101110 | 10110000 | 1100011 | 11011 |
Color Harmonies of #018980
Complementary color
Monochromatic Colors of #018980
Black with #018980
Text Example
Text Example
White with #018980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018980; }
p { color: rgb(1,137,128); }
H1.HeaderClassName
{
color: #018980;
}
.AnyTagClassName
{
color: #018980;
}
</style>
background-color css
<style>
a { background-color: #018980; }
a { background-color: rgb(1,137,128); }
div.DivClassName
{
background-color: #018980;
}
.BgClassName
{
background-color: #018980;
}
</style>
border-color css
<style>
span { border-color: #018980; }
span { border-color: rgb(1,137,128); }
td.TdClassName
{
border-color: #018980;
}
.TagClassName
{
border-color: #018980;
}
</style>