Shades of Dark Cyan #058D7E
Tints of Dark Cyan #058D7E
RGB
CMYK
RGB Variations
Color information
#058D7E (or 0x058D7E) is known color: Dark Cyan. HEX triplet: 05, 8D and 7E. RGB value is (5,141,126). Sum of RGB (Red+Green+Blue) = 5+141+126=272 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.84% from 272); Green value is 141 (55.47% from 255 or 51.84% from 272); Blue value is 126 (49.61% from 255 or 46.32% from 272); Max value from RGB is 141 - color contains mainly: green. Hex color #058D7E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058D7E is #FA7281. Grayscale: #626262. Windows color (decimal): -16413314 or 8293637. OLE color: 8293637.
HSL color Cylindrical-coordinate representation of color #058D7E: hue angle of 173.38º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058D7E is Cyan = 0.96, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 5 | 141 | 126 | - |
| CMYK | 0.96 | 0 | 0.11 | 0.45 |
| HSL | 173.38º | 0.93% | 0.29% | - |
| HSV(B) | 173.38º | 0.96% | 0.55% | - |
| XYZ | 13.35 | 20.59 | 23.01 | - |
| YUV | 98.63 | 143.44 | 61.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 141 | 126 | 0.96 | 0 | 0.11 | 0.45 | 173.38 | 0.93 | 0.29 |
| Hex | 5 | 8D | 7E | 60 | 0 | B | 2D | AD | 5D | 1D |
| Octal | 5 | 215 | 176 | 140 | 0 | 13 | 55 | 255 | 135 | 35 |
| Binary | 101 | 10001101 | 1111110 | 1100000 | 0 | 1011 | 101101 | 10101101 | 1011101 | 11101 |
Color Harmonies of #058D7E
Complementary color
Monochromatic Colors of #058D7E
Black with #058D7E
Text Example
Text Example
White with #058D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058D7E; }
p { color: rgb(5,141,126); }
H1.HeaderClassName
{
color: #058D7E;
}
.AnyTagClassName
{
color: #058D7E;
}
</style>
background-color css
<style>
a { background-color: #058D7E; }
a { background-color: rgb(5,141,126); }
div.DivClassName
{
background-color: #058D7E;
}
.BgClassName
{
background-color: #058D7E;
}
</style>
border-color css
<style>
span { border-color: #058D7E; }
span { border-color: rgb(5,141,126); }
td.TdClassName
{
border-color: #058D7E;
}
.TagClassName
{
border-color: #058D7E;
}
</style>