Shades of Teal #058189
Tints of Teal #058189
RGB
CMYK
RGB Variations
Color information
#058189 (or 0x058189) is known color: Teal. HEX triplet: 05, 81 and 89. RGB value is (5,129,137). Sum of RGB (Red+Green+Blue) = 5+129+137=271 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.85% from 271); Green value is 129 (50.78% from 255 or 47.60% from 271); Blue value is 137 (53.91% from 255 or 50.55% from 271); Max value from RGB is 137 - color contains mainly: blue. Hex color #058189 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #058189 is #FA7E76. Grayscale: #5C5C5C. Windows color (decimal): -16416375 or 9011461. OLE color: 9011461.
HSL color Cylindrical-coordinate representation of color #058189: hue angle of 183.64º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058189 is Cyan = 0.96, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 5 | 129 | 137 | - |
| CMYK | 0.96 | 0.06 | 0 | 0.46 |
| HSL | 183.64º | 0.93% | 0.28% | - |
| HSV(B) | 183.64º | 0.96% | 0.54% | - |
| XYZ | 12.43 | 17.54 | 26.4 | - |
| YUV | 92.84 | 152.92 | 65.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 129 | 137 | 0.96 | 0.06 | 0 | 0.46 | 183.64 | 0.93 | 0.28 |
| Hex | 5 | 81 | 89 | 60 | 6 | 0 | 2E | B8 | 5D | 1C |
| Octal | 5 | 201 | 211 | 140 | 6 | 0 | 56 | 270 | 135 | 34 |
| Binary | 101 | 10000001 | 10001001 | 1100000 | 110 | 0 | 101110 | 10111000 | 1011101 | 11100 |
Color Harmonies of #058189
Complementary color
Monochromatic Colors of #058189
Black with #058189
Text Example
Text Example
White with #058189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058189; }
p { color: rgb(5,129,137); }
H1.HeaderClassName
{
color: #058189;
}
.AnyTagClassName
{
color: #058189;
}
</style>
background-color css
<style>
a { background-color: #058189; }
a { background-color: rgb(5,129,137); }
div.DivClassName
{
background-color: #058189;
}
.BgClassName
{
background-color: #058189;
}
</style>
border-color css
<style>
span { border-color: #058189; }
span { border-color: rgb(5,129,137); }
td.TdClassName
{
border-color: #058189;
}
.TagClassName
{
border-color: #058189;
}
</style>