Shades of Dark Cyan #059484
Tints of Dark Cyan #059484
RGB
CMYK
RGB Variations
Color information
#059484 (or 0x059484) is known color: Dark Cyan. HEX triplet: 05, 94 and 84. RGB value is (5,148,132). Sum of RGB (Red+Green+Blue) = 5+148+132=285 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.75% from 285); Green value is 148 (58.20% from 255 or 51.93% from 285); Blue value is 132 (51.95% from 255 or 46.32% from 285); Max value from RGB is 148 - color contains mainly: green. Hex color #059484 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059484 is #FA6B7B. Grayscale: #676767. Windows color (decimal): -16411516 or 8688645. OLE color: 8688645.
HSL color Cylindrical-coordinate representation of color #059484: hue angle of 173.29º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059484 is Cyan = 0.97, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 5 | 148 | 132 | - |
| CMYK | 0.97 | 0 | 0.11 | 0.42 |
| HSL | 173.29º | 0.93% | 0.3% | - |
| HSV(B) | 173.29º | 0.97% | 0.58% | - |
| XYZ | 14.82 | 22.88 | 25.46 | - |
| YUV | 103.42 | 144.12 | 57.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 148 | 132 | 0.97 | 0 | 0.11 | 0.42 | 173.29 | 0.93 | 0.3 |
| Hex | 5 | 94 | 84 | 61 | 0 | B | 2A | AD | 5D | 1E |
| Octal | 5 | 224 | 204 | 141 | 0 | 13 | 52 | 255 | 135 | 36 |
| Binary | 101 | 10010100 | 10000100 | 1100001 | 0 | 1011 | 101010 | 10101101 | 1011101 | 11110 |
Color Harmonies of #059484
Complementary color
Monochromatic Colors of #059484
Black with #059484
Text Example
Text Example
White with #059484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059484; }
p { color: rgb(5,148,132); }
H1.HeaderClassName
{
color: #059484;
}
.AnyTagClassName
{
color: #059484;
}
</style>
background-color css
<style>
a { background-color: #059484; }
a { background-color: rgb(5,148,132); }
div.DivClassName
{
background-color: #059484;
}
.BgClassName
{
background-color: #059484;
}
</style>
border-color css
<style>
span { border-color: #059484; }
span { border-color: rgb(5,148,132); }
td.TdClassName
{
border-color: #059484;
}
.TagClassName
{
border-color: #059484;
}
</style>