Shades of Teal #058382
Tints of Teal #058382
RGB
CMYK
RGB Variations
Color information
#058382 (or 0x058382) is known color: Teal. HEX triplet: 05, 83 and 82. RGB value is (5,131,130). Sum of RGB (Red+Green+Blue) = 5+131+130=266 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.88% from 266); Green value is 131 (51.56% from 255 or 49.25% from 266); Blue value is 130 (51.17% from 255 or 48.87% from 266); Max value from RGB is 131 - color contains mainly: green. Hex color #058382 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #058382 is #FA7C7D. Grayscale: #5D5D5D. Windows color (decimal): -16415870 or 8553221. OLE color: 8553221.
HSL color Cylindrical-coordinate representation of color #058382: hue angle of 179.52º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058382 is Cyan = 0.96, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 5 | 131 | 130 | - |
| CMYK | 0.96 | 0 | 0.01 | 0.49 |
| HSL | 179.52º | 0.93% | 0.27% | - |
| HSV(B) | 179.52º | 0.96% | 0.51% | - |
| XYZ | 12.21 | 17.88 | 23.93 | - |
| YUV | 93.21 | 148.76 | 65.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 131 | 130 | 0.96 | 0 | 0.01 | 0.49 | 179.52 | 0.93 | 0.27 |
| Hex | 5 | 83 | 82 | 60 | 0 | 1 | 31 | B4 | 5D | 1B |
| Octal | 5 | 203 | 202 | 140 | 0 | 1 | 61 | 264 | 135 | 33 |
| Binary | 101 | 10000011 | 10000010 | 1100000 | 0 | 1 | 110001 | 10110100 | 1011101 | 11011 |
Color Harmonies of #058382
Complementary color
Monochromatic Colors of #058382
Black with #058382
Text Example
Text Example
White with #058382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058382; }
p { color: rgb(5,131,130); }
H1.HeaderClassName
{
color: #058382;
}
.AnyTagClassName
{
color: #058382;
}
</style>
background-color css
<style>
a { background-color: #058382; }
a { background-color: rgb(5,131,130); }
div.DivClassName
{
background-color: #058382;
}
.BgClassName
{
background-color: #058382;
}
</style>
border-color css
<style>
span { border-color: #058382; }
span { border-color: rgb(5,131,130); }
td.TdClassName
{
border-color: #058382;
}
.TagClassName
{
border-color: #058382;
}
</style>