Shades of Dark Cyan #058D96
Tints of Dark Cyan #058D96
RGB
CMYK
RGB Variations
Color information
#058D96 (or 0x058D96) is known color: Dark Cyan. HEX triplet: 05, 8D and 96. RGB value is (5,141,150). Sum of RGB (Red+Green+Blue) = 5+141+150=296 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.69% from 296); Green value is 141 (55.47% from 255 or 47.64% from 296); Blue value is 150 (58.98% from 255 or 50.68% from 296); Max value from RGB is 150 - color contains mainly: blue. Hex color #058D96 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #058D96 is #FA7269. Grayscale: #656565. Windows color (decimal): -16413290 or 9866501. OLE color: 9866501.
HSL color Cylindrical-coordinate representation of color #058D96: hue angle of 183.72º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #058D96 is Cyan = 0.97, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 5 | 141 | 150 | - |
| CMYK | 0.97 | 0.06 | 0 | 0.41 |
| HSL | 183.72º | 0.94% | 0.3% | - |
| HSV(B) | 183.72º | 0.97% | 0.59% | - |
| XYZ | 15.09 | 21.28 | 32.17 | - |
| YUV | 101.36 | 155.44 | 59.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 141 | 150 | 0.97 | 0.06 | 0 | 0.41 | 183.72 | 0.94 | 0.3 |
| Hex | 5 | 8D | 96 | 61 | 6 | 0 | 29 | B8 | 5E | 1E |
| Octal | 5 | 215 | 226 | 141 | 6 | 0 | 51 | 270 | 136 | 36 |
| Binary | 101 | 10001101 | 10010110 | 1100001 | 110 | 0 | 101001 | 10111000 | 1011110 | 11110 |
Color Harmonies of #058D96
Complementary color
Monochromatic Colors of #058D96
Black with #058D96
Text Example
Text Example
White with #058D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058D96; }
p { color: rgb(5,141,150); }
H1.HeaderClassName
{
color: #058D96;
}
.AnyTagClassName
{
color: #058D96;
}
</style>
background-color css
<style>
a { background-color: #058D96; }
a { background-color: rgb(5,141,150); }
div.DivClassName
{
background-color: #058D96;
}
.BgClassName
{
background-color: #058D96;
}
</style>
border-color css
<style>
span { border-color: #058D96; }
span { border-color: rgb(5,141,150); }
td.TdClassName
{
border-color: #058D96;
}
.TagClassName
{
border-color: #058D96;
}
</style>