Shades of Teal #058080
Tints of Teal #058080
RGB
CMYK
RGB Variations
Color information
#058080 (or 0x058080) is known color: Teal. HEX triplet: 05, 80 and 80. RGB value is (5,128,128). Sum of RGB (Red+Green+Blue) = 5+128+128=261 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.92% from 261); Green value is 128 (50.39% from 255 or 49.04% from 261); Blue value is 128 (50.39% from 255 or 49.04% from 261); Max value from RGB is 128 - color contains mainly: green, blue. Hex color #058080 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #058080 is #FA7F7F. Grayscale: #5B5B5B. Windows color (decimal): -16416640 or 8421381. OLE color: 8421381.
HSL color Cylindrical-coordinate representation of color #058080: hue angle of 180º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058080 is Cyan = 0.96, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 5 | 128 | 128 | - |
| CMYK | 0.96 | 0 | 0 | 0.50 |
| HSL | 180º | 0.92% | 0.26% | - |
| HSV(B) | 180º | 0.96% | 0.5% | - |
| XYZ | 11.68 | 17.03 | 23.09 | - |
| YUV | 91.22 | 148.75 | 66.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 128 | 128 | 0.96 | 0 | 0 | 0.50 | 180 | 0.92 | 0.26 |
| Hex | 5 | 80 | 80 | 60 | 0 | 0 | 32 | B4 | 5C | 1A |
| Octal | 5 | 200 | 200 | 140 | 0 | 0 | 62 | 264 | 134 | 32 |
| Binary | 101 | 10000000 | 10000000 | 1100000 | 0 | 0 | 110010 | 10110100 | 1011100 | 11010 |
Color Harmonies of #058080
Complementary color
Monochromatic Colors of #058080
Black with #058080
Text Example
Text Example
White with #058080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058080; }
p { color: rgb(5,128,128); }
H1.HeaderClassName
{
color: #058080;
}
.AnyTagClassName
{
color: #058080;
}
</style>
background-color css
<style>
a { background-color: #058080; }
a { background-color: rgb(5,128,128); }
div.DivClassName
{
background-color: #058080;
}
.BgClassName
{
background-color: #058080;
}
</style>
border-color css
<style>
span { border-color: #058080; }
span { border-color: rgb(5,128,128); }
td.TdClassName
{
border-color: #058080;
}
.TagClassName
{
border-color: #058080;
}
</style>