Shades of Dark Cyan #049986
Tints of Dark Cyan #049986
RGB
CMYK
RGB Variations
Color information
#049986 (or 0x049986) is known color: Dark Cyan. HEX triplet: 04, 99 and 86. RGB value is (4,153,134). Sum of RGB (Red+Green+Blue) = 4+153+134=291 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.37% from 291); Green value is 153 (60.16% from 255 or 52.58% from 291); Blue value is 134 (52.73% from 255 or 46.05% from 291); Max value from RGB is 153 - color contains mainly: green. Hex color #049986 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #049986 is #FB6679. Grayscale: #6A6A6A. Windows color (decimal): -16475770 or 8820996. OLE color: 8820996.
HSL color Cylindrical-coordinate representation of color #049986: hue angle of 172.35º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #049986 is Cyan = 0.97, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 4 | 153 | 134 | - |
| CMYK | 0.97 | 0 | 0.12 | 0.4 |
| HSL | 172.35º | 0.95% | 0.31% | - |
| HSV(B) | 172.35º | 0.97% | 0.6% | - |
| XYZ | 15.74 | 24.53 | 26.46 | - |
| YUV | 106.28 | 143.64 | 55.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 153 | 134 | 0.97 | 0 | 0.12 | 0.4 | 172.35 | 0.95 | 0.31 |
| Hex | 4 | 99 | 86 | 61 | 0 | C | 28 | AC | 5F | 1F |
| Octal | 4 | 231 | 206 | 141 | 0 | 14 | 50 | 254 | 137 | 37 |
| Binary | 100 | 10011001 | 10000110 | 1100001 | 0 | 1100 | 101000 | 10101100 | 1011111 | 11111 |
Color Harmonies of #049986
Complementary color
Monochromatic Colors of #049986
Black with #049986
Text Example
Text Example
White with #049986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #049986; }
p { color: rgb(4,153,134); }
H1.HeaderClassName
{
color: #049986;
}
.AnyTagClassName
{
color: #049986;
}
</style>
background-color css
<style>
a { background-color: #049986; }
a { background-color: rgb(4,153,134); }
div.DivClassName
{
background-color: #049986;
}
.BgClassName
{
background-color: #049986;
}
</style>
border-color css
<style>
span { border-color: #049986; }
span { border-color: rgb(4,153,134); }
td.TdClassName
{
border-color: #049986;
}
.TagClassName
{
border-color: #049986;
}
</style>