Shades of Dark Cyan #059094
Tints of Dark Cyan #059094
RGB
CMYK
RGB Variations
Color information
#059094 (or 0x059094) is known color: Dark Cyan. HEX triplet: 05, 90 and 94. RGB value is (5,144,148). Sum of RGB (Red+Green+Blue) = 5+144+148=297 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.68% from 297); Green value is 144 (56.64% from 255 or 48.48% from 297); Blue value is 148 (58.20% from 255 or 49.83% from 297); Max value from RGB is 148 - color contains mainly: blue. Hex color #059094 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059094 is #FA6F6B. Grayscale: #666666. Windows color (decimal): -16412524 or 9736197. OLE color: 9736197.
HSL color Cylindrical-coordinate representation of color #059094: hue angle of 181.68º 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 #059094 is Cyan = 0.97, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 5 | 144 | 148 | - |
| CMYK | 0.97 | 0.03 | 0 | 0.42 |
| HSL | 181.68º | 0.93% | 0.3% | - |
| HSV(B) | 181.68º | 0.97% | 0.58% | - |
| XYZ | 15.38 | 22.12 | 31.48 | - |
| YUV | 102.9 | 153.45 | 58.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 144 | 148 | 0.97 | 0.03 | 0 | 0.42 | 181.68 | 0.93 | 0.3 |
| Hex | 5 | 90 | 94 | 61 | 3 | 0 | 2A | B6 | 5D | 1E |
| Octal | 5 | 220 | 224 | 141 | 3 | 0 | 52 | 266 | 135 | 36 |
| Binary | 101 | 10010000 | 10010100 | 1100001 | 11 | 0 | 101010 | 10110110 | 1011101 | 11110 |
Color Harmonies of #059094
Complementary color
Monochromatic Colors of #059094
Black with #059094
Text Example
Text Example
White with #059094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059094; }
p { color: rgb(5,144,148); }
H1.HeaderClassName
{
color: #059094;
}
.AnyTagClassName
{
color: #059094;
}
</style>
background-color css
<style>
a { background-color: #059094; }
a { background-color: rgb(5,144,148); }
div.DivClassName
{
background-color: #059094;
}
.BgClassName
{
background-color: #059094;
}
</style>
border-color css
<style>
span { border-color: #059094; }
span { border-color: rgb(5,144,148); }
td.TdClassName
{
border-color: #059094;
}
.TagClassName
{
border-color: #059094;
}
</style>