Shades of Teal #058280
Tints of Teal #058280
RGB
CMYK
RGB Variations
Color information
#058280 (or 0x058280) is known color: Teal. HEX triplet: 05, 82 and 80. RGB value is (5,130,128). Sum of RGB (Red+Green+Blue) = 5+130+128=263 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.90% from 263); Green value is 130 (51.17% from 255 or 49.43% from 263); Blue value is 128 (50.39% from 255 or 48.67% from 263); Max value from RGB is 130 - color contains mainly: green. Hex color #058280 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #058280 is #FA7D7F. Grayscale: #5C5C5C. Windows color (decimal): -16416128 or 8421893. OLE color: 8421893.
HSL color Cylindrical-coordinate representation of color #058280: hue angle of 179.04º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058280 is Cyan = 0.96, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 5 | 130 | 128 | - |
| CMYK | 0.96 | 0 | 0.02 | 0.49 |
| HSL | 179.04º | 0.93% | 0.26% | - |
| HSV(B) | 179.04º | 0.96% | 0.51% | - |
| XYZ | 11.94 | 17.56 | 23.18 | - |
| YUV | 92.4 | 148.09 | 65.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 130 | 128 | 0.96 | 0 | 0.02 | 0.49 | 179.04 | 0.93 | 0.26 |
| Hex | 5 | 82 | 80 | 60 | 0 | 2 | 31 | B3 | 5D | 1A |
| Octal | 5 | 202 | 200 | 140 | 0 | 2 | 61 | 263 | 135 | 32 |
| Binary | 101 | 10000010 | 10000000 | 1100000 | 0 | 10 | 110001 | 10110011 | 1011101 | 11010 |
Color Harmonies of #058280
Complementary color
Monochromatic Colors of #058280
Black with #058280
Text Example
Text Example
White with #058280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058280; }
p { color: rgb(5,130,128); }
H1.HeaderClassName
{
color: #058280;
}
.AnyTagClassName
{
color: #058280;
}
</style>
background-color css
<style>
a { background-color: #058280; }
a { background-color: rgb(5,130,128); }
div.DivClassName
{
background-color: #058280;
}
.BgClassName
{
background-color: #058280;
}
</style>
border-color css
<style>
span { border-color: #058280; }
span { border-color: rgb(5,130,128); }
td.TdClassName
{
border-color: #058280;
}
.TagClassName
{
border-color: #058280;
}
</style>