Shades of Teal #058B7E
Tints of Teal #058B7E
RGB
CMYK
RGB Variations
Color information
#058B7E (or 0x058B7E) is known color: Teal. HEX triplet: 05, 8B and 7E. RGB value is (5,139,126). Sum of RGB (Red+Green+Blue) = 5+139+126=270 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.85% from 270); Green value is 139 (54.69% from 255 or 51.48% from 270); Blue value is 126 (49.61% from 255 or 46.67% from 270); Max value from RGB is 139 - color contains mainly: green. Hex color #058B7E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058B7E is #FA7481. Grayscale: #616161. Windows color (decimal): -16413826 or 8293125. OLE color: 8293125.
HSL color Cylindrical-coordinate representation of color #058B7E: hue angle of 174.18º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058B7E is Cyan = 0.96, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 5 | 139 | 126 | - |
| CMYK | 0.96 | 0 | 0.09 | 0.45 |
| HSL | 174.18º | 0.93% | 0.28% | - |
| HSV(B) | 174.18º | 0.96% | 0.55% | - |
| XYZ | 13.06 | 20 | 22.91 | - |
| YUV | 97.45 | 144.11 | 62.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 139 | 126 | 0.96 | 0 | 0.09 | 0.45 | 174.18 | 0.93 | 0.28 |
| Hex | 5 | 8B | 7E | 60 | 0 | 9 | 2D | AE | 5D | 1C |
| Octal | 5 | 213 | 176 | 140 | 0 | 11 | 55 | 256 | 135 | 34 |
| Binary | 101 | 10001011 | 1111110 | 1100000 | 0 | 1001 | 101101 | 10101110 | 1011101 | 11100 |
Color Harmonies of #058B7E
Complementary color
Monochromatic Colors of #058B7E
Black with #058B7E
Text Example
Text Example
White with #058B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058B7E; }
p { color: rgb(5,139,126); }
H1.HeaderClassName
{
color: #058B7E;
}
.AnyTagClassName
{
color: #058B7E;
}
</style>
background-color css
<style>
a { background-color: #058B7E; }
a { background-color: rgb(5,139,126); }
div.DivClassName
{
background-color: #058B7E;
}
.BgClassName
{
background-color: #058B7E;
}
</style>
border-color css
<style>
span { border-color: #058B7E; }
span { border-color: rgb(5,139,126); }
td.TdClassName
{
border-color: #058B7E;
}
.TagClassName
{
border-color: #058B7E;
}
</style>