Shades of Dark Cyan #058E82
Tints of Dark Cyan #058E82
RGB
CMYK
RGB Variations
Color information
#058E82 (or 0x058E82) is known color: Dark Cyan. HEX triplet: 05, 8E and 82. RGB value is (5,142,130). Sum of RGB (Red+Green+Blue) = 5+142+130=277 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.81% from 277); Green value is 142 (55.86% from 255 or 51.26% from 277); Blue value is 130 (51.17% from 255 or 46.93% from 277); Max value from RGB is 142 - color contains mainly: green. Hex color #058E82 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #058E82 is #FA717D. Grayscale: #636363. Windows color (decimal): -16413054 or 8556037. OLE color: 8556037.
HSL color Cylindrical-coordinate representation of color #058E82: hue angle of 174.74º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058E82 is Cyan = 0.96, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 5 | 142 | 130 | - |
| CMYK | 0.96 | 0 | 0.08 | 0.44 |
| HSL | 174.74º | 0.93% | 0.29% | - |
| HSV(B) | 174.74º | 0.96% | 0.56% | - |
| XYZ | 13.76 | 20.99 | 24.45 | - |
| YUV | 99.67 | 145.11 | 60.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 142 | 130 | 0.96 | 0 | 0.08 | 0.44 | 174.74 | 0.93 | 0.29 |
| Hex | 5 | 8E | 82 | 60 | 0 | 8 | 2C | AF | 5D | 1D |
| Octal | 5 | 216 | 202 | 140 | 0 | 10 | 54 | 257 | 135 | 35 |
| Binary | 101 | 10001110 | 10000010 | 1100000 | 0 | 1000 | 101100 | 10101111 | 1011101 | 11101 |
Color Harmonies of #058E82
Complementary color
Monochromatic Colors of #058E82
Black with #058E82
Text Example
Text Example
White with #058E82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058E82; }
p { color: rgb(5,142,130); }
H1.HeaderClassName
{
color: #058E82;
}
.AnyTagClassName
{
color: #058E82;
}
</style>
background-color css
<style>
a { background-color: #058E82; }
a { background-color: rgb(5,142,130); }
div.DivClassName
{
background-color: #058E82;
}
.BgClassName
{
background-color: #058E82;
}
</style>
border-color css
<style>
span { border-color: #058E82; }
span { border-color: rgb(5,142,130); }
td.TdClassName
{
border-color: #058E82;
}
.TagClassName
{
border-color: #058E82;
}
</style>