Shades of Teal #058481
Tints of Teal #058481
RGB
CMYK
RGB Variations
Color information
#058481 (or 0x058481) is known color: Teal. HEX triplet: 05, 84 and 81. RGB value is (5,132,129). Sum of RGB (Red+Green+Blue) = 5+132+129=266 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.88% from 266); Green value is 132 (51.95% from 255 or 49.62% from 266); Blue value is 129 (50.78% from 255 or 48.50% from 266); Max value from RGB is 132 - color contains mainly: green. Hex color #058481 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #058481 is #FA7B7E. Grayscale: #5D5D5D. Windows color (decimal): -16415615 or 8487941. OLE color: 8487941.
HSL color Cylindrical-coordinate representation of color #058481: hue angle of 178.58º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058481 is Cyan = 0.96, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 5 | 132 | 129 | - |
| CMYK | 0.96 | 0 | 0.02 | 0.48 |
| HSL | 178.58º | 0.93% | 0.27% | - |
| HSV(B) | 178.58º | 0.96% | 0.52% | - |
| XYZ | 12.28 | 18.12 | 23.62 | - |
| YUV | 93.69 | 147.92 | 64.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 132 | 129 | 0.96 | 0 | 0.02 | 0.48 | 178.58 | 0.93 | 0.27 |
| Hex | 5 | 84 | 81 | 60 | 0 | 2 | 30 | B3 | 5D | 1B |
| Octal | 5 | 204 | 201 | 140 | 0 | 2 | 60 | 263 | 135 | 33 |
| Binary | 101 | 10000100 | 10000001 | 1100000 | 0 | 10 | 110000 | 10110011 | 1011101 | 11011 |
Color Harmonies of #058481
Complementary color
Monochromatic Colors of #058481
Black with #058481
Text Example
Text Example
White with #058481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058481; }
p { color: rgb(5,132,129); }
H1.HeaderClassName
{
color: #058481;
}
.AnyTagClassName
{
color: #058481;
}
</style>
background-color css
<style>
a { background-color: #058481; }
a { background-color: rgb(5,132,129); }
div.DivClassName
{
background-color: #058481;
}
.BgClassName
{
background-color: #058481;
}
</style>
border-color css
<style>
span { border-color: #058481; }
span { border-color: rgb(5,132,129); }
td.TdClassName
{
border-color: #058481;
}
.TagClassName
{
border-color: #058481;
}
</style>