Shades of Teal #058288
Tints of Teal #058288
RGB
CMYK
RGB Variations
Color information
#058288 (or 0x058288) is known color: Teal. HEX triplet: 05, 82 and 88. RGB value is (5,130,136). Sum of RGB (Red+Green+Blue) = 5+130+136=271 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.85% from 271); Green value is 130 (51.17% from 255 or 47.97% from 271); Blue value is 136 (53.52% from 255 or 50.18% from 271); Max value from RGB is 136 - color contains mainly: blue. Hex color #058288 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #058288 is #FA7D77. Grayscale: #5D5D5D. Windows color (decimal): -16416120 or 8946181. OLE color: 8946181.
HSL color Cylindrical-coordinate representation of color #058288: hue angle of 182.75º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058288 is Cyan = 0.96, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 5 | 130 | 136 | - |
| CMYK | 0.96 | 0.04 | 0 | 0.47 |
| HSL | 182.75º | 0.93% | 0.28% | - |
| HSV(B) | 182.75º | 0.96% | 0.53% | - |
| XYZ | 12.49 | 17.78 | 26.07 | - |
| YUV | 93.31 | 152.09 | 65.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 130 | 136 | 0.96 | 0.04 | 0 | 0.47 | 182.75 | 0.93 | 0.28 |
| Hex | 5 | 82 | 88 | 60 | 4 | 0 | 2F | B7 | 5D | 1C |
| Octal | 5 | 202 | 210 | 140 | 4 | 0 | 57 | 267 | 135 | 34 |
| Binary | 101 | 10000010 | 10001000 | 1100000 | 100 | 0 | 101111 | 10110111 | 1011101 | 11100 |
Color Harmonies of #058288
Complementary color
Monochromatic Colors of #058288
Black with #058288
Text Example
Text Example
White with #058288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058288; }
p { color: rgb(5,130,136); }
H1.HeaderClassName
{
color: #058288;
}
.AnyTagClassName
{
color: #058288;
}
</style>
background-color css
<style>
a { background-color: #058288; }
a { background-color: rgb(5,130,136); }
div.DivClassName
{
background-color: #058288;
}
.BgClassName
{
background-color: #058288;
}
</style>
border-color css
<style>
span { border-color: #058288; }
span { border-color: rgb(5,130,136); }
td.TdClassName
{
border-color: #058288;
}
.TagClassName
{
border-color: #058288;
}
</style>