Shades of Teal #058085
Tints of Teal #058085
RGB
CMYK
RGB Variations
Color information
#058085 (or 0x058085) is known color: Teal. HEX triplet: 05, 80 and 85. RGB value is (5,128,133). Sum of RGB (Red+Green+Blue) = 5+128+133=266 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.88% from 266); Green value is 128 (50.39% from 255 or 48.12% from 266); Blue value is 133 (52.34% from 255 or 50% from 266); Max value from RGB is 133 - color contains mainly: blue. Hex color #058085 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #058085 is #FA7F7A. Grayscale: #5B5B5B. Windows color (decimal): -16416635 or 8749061. OLE color: 8749061.
HSL color Cylindrical-coordinate representation of color #058085: hue angle of 182.34º 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 #058085 is Cyan = 0.96, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 5 | 128 | 133 | - |
| CMYK | 0.96 | 0.04 | 0 | 0.48 |
| HSL | 182.34º | 0.93% | 0.27% | - |
| HSV(B) | 182.34º | 0.96% | 0.52% | - |
| XYZ | 12.02 | 17.16 | 24.87 | - |
| YUV | 91.79 | 151.25 | 66.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 128 | 133 | 0.96 | 0.04 | 0 | 0.48 | 182.34 | 0.93 | 0.27 |
| Hex | 5 | 80 | 85 | 60 | 4 | 0 | 30 | B6 | 5D | 1B |
| Octal | 5 | 200 | 205 | 140 | 4 | 0 | 60 | 266 | 135 | 33 |
| Binary | 101 | 10000000 | 10000101 | 1100000 | 100 | 0 | 110000 | 10110110 | 1011101 | 11011 |
Color Harmonies of #058085
Complementary color
Monochromatic Colors of #058085
Black with #058085
Text Example
Text Example
White with #058085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058085; }
p { color: rgb(5,128,133); }
H1.HeaderClassName
{
color: #058085;
}
.AnyTagClassName
{
color: #058085;
}
</style>
background-color css
<style>
a { background-color: #058085; }
a { background-color: rgb(5,128,133); }
div.DivClassName
{
background-color: #058085;
}
.BgClassName
{
background-color: #058085;
}
</style>
border-color css
<style>
span { border-color: #058085; }
span { border-color: rgb(5,128,133); }
td.TdClassName
{
border-color: #058085;
}
.TagClassName
{
border-color: #058085;
}
</style>