Shades of Dark Cyan #058F8A
Tints of Dark Cyan #058F8A
RGB
CMYK
RGB Variations
Color information
#058F8A (or 0x058F8A) is known color: Dark Cyan. HEX triplet: 05, 8F and 8A. RGB value is (5,143,138). Sum of RGB (Red+Green+Blue) = 5+143+138=286 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.75% from 286); Green value is 143 (56.25% from 255 or 50% from 286); Blue value is 138 (54.30% from 255 or 48.25% from 286); Max value from RGB is 143 - color contains mainly: green. Hex color #058F8A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #058F8A is #FA7075. Grayscale: #656565. Windows color (decimal): -16412790 or 9080581. OLE color: 9080581.
HSL color Cylindrical-coordinate representation of color #058F8A: hue angle of 177.83º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #058F8A is Cyan = 0.97, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 5 | 143 | 138 | - |
| CMYK | 0.97 | 0 | 0.03 | 0.44 |
| HSL | 177.83º | 0.93% | 0.29% | - |
| HSV(B) | 177.83º | 0.97% | 0.56% | - |
| XYZ | 14.47 | 21.51 | 27.43 | - |
| YUV | 101.17 | 148.78 | 59.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 143 | 138 | 0.97 | 0 | 0.03 | 0.44 | 177.83 | 0.93 | 0.29 |
| Hex | 5 | 8F | 8A | 61 | 0 | 3 | 2C | B2 | 5D | 1D |
| Octal | 5 | 217 | 212 | 141 | 0 | 3 | 54 | 262 | 135 | 35 |
| Binary | 101 | 10001111 | 10001010 | 1100001 | 0 | 11 | 101100 | 10110010 | 1011101 | 11101 |
Color Harmonies of #058F8A
Complementary color
Monochromatic Colors of #058F8A
Black with #058F8A
Text Example
Text Example
White with #058F8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058F8A; }
p { color: rgb(5,143,138); }
H1.HeaderClassName
{
color: #058F8A;
}
.AnyTagClassName
{
color: #058F8A;
}
</style>
background-color css
<style>
a { background-color: #058F8A; }
a { background-color: rgb(5,143,138); }
div.DivClassName
{
background-color: #058F8A;
}
.BgClassName
{
background-color: #058F8A;
}
</style>
border-color css
<style>
span { border-color: #058F8A; }
span { border-color: rgb(5,143,138); }
td.TdClassName
{
border-color: #058F8A;
}
.TagClassName
{
border-color: #058F8A;
}
</style>