Shades of Dark Cyan #049394
Tints of Dark Cyan #049394
RGB
CMYK
RGB Variations
Color information
#049394 (or 0x049394) is known color: Dark Cyan. HEX triplet: 04, 93 and 94. RGB value is (4,147,148). Sum of RGB (Red+Green+Blue) = 4+147+148=299 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.34% from 299); Green value is 147 (57.81% from 255 or 49.16% from 299); Blue value is 148 (58.20% from 255 or 49.50% from 299); Max value from RGB is 148 - color contains mainly: blue. Hex color #049394 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #049394 is #FB6C6B. Grayscale: #686868. Windows color (decimal): -16477292 or 9736964. OLE color: 9736964.
HSL color Cylindrical-coordinate representation of color #049394: hue angle of 180.42º degrees, saturation: 0.95, 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 #049394 is Cyan = 0.97, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 4 | 147 | 148 | - |
| CMYK | 0.97 | 0.01 | 0 | 0.42 |
| HSL | 180.42º | 0.95% | 0.3% | - |
| HSV(B) | 180.42º | 0.97% | 0.58% | - |
| XYZ | 15.83 | 23.03 | 31.63 | - |
| YUV | 104.36 | 152.62 | 56.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 147 | 148 | 0.97 | 0.01 | 0 | 0.42 | 180.42 | 0.95 | 0.3 |
| Hex | 4 | 93 | 94 | 61 | 1 | 0 | 2A | B4 | 5F | 1E |
| Octal | 4 | 223 | 224 | 141 | 1 | 0 | 52 | 264 | 137 | 36 |
| Binary | 100 | 10010011 | 10010100 | 1100001 | 1 | 0 | 101010 | 10110100 | 1011111 | 11110 |
Color Harmonies of #049394
Complementary color
Monochromatic Colors of #049394
Black with #049394
Text Example
Text Example
White with #049394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #049394; }
p { color: rgb(4,147,148); }
H1.HeaderClassName
{
color: #049394;
}
.AnyTagClassName
{
color: #049394;
}
</style>
background-color css
<style>
a { background-color: #049394; }
a { background-color: rgb(4,147,148); }
div.DivClassName
{
background-color: #049394;
}
.BgClassName
{
background-color: #049394;
}
</style>
border-color css
<style>
span { border-color: #049394; }
span { border-color: rgb(4,147,148); }
td.TdClassName
{
border-color: #049394;
}
.TagClassName
{
border-color: #049394;
}
</style>