Shades of Dark Cyan #049184
Tints of Dark Cyan #049184
RGB
CMYK
RGB Variations
Color information
#049184 (or 0x049184) is known color: Dark Cyan. HEX triplet: 04, 91 and 84. RGB value is (4,145,132). Sum of RGB (Red+Green+Blue) = 4+145+132=281 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.42% from 281); Green value is 145 (57.03% from 255 or 51.60% from 281); Blue value is 132 (51.95% from 255 or 46.98% from 281); Max value from RGB is 145 - color contains mainly: green. Hex color #049184 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #049184 is #FB6E7B. Grayscale: #656565. Windows color (decimal): -16477820 or 8687876. OLE color: 8687876.
HSL color Cylindrical-coordinate representation of color #049184: hue angle of 174.47º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #049184 is Cyan = 0.97, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 4 | 145 | 132 | - |
| CMYK | 0.97 | 0 | 0.09 | 0.43 |
| HSL | 174.47º | 0.95% | 0.29% | - |
| HSV(B) | 174.47º | 0.97% | 0.57% | - |
| XYZ | 14.34 | 21.94 | 25.31 | - |
| YUV | 101.36 | 145.29 | 58.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 145 | 132 | 0.97 | 0 | 0.09 | 0.43 | 174.47 | 0.95 | 0.29 |
| Hex | 4 | 91 | 84 | 61 | 0 | 9 | 2B | AE | 5F | 1D |
| Octal | 4 | 221 | 204 | 141 | 0 | 11 | 53 | 256 | 137 | 35 |
| Binary | 100 | 10010001 | 10000100 | 1100001 | 0 | 1001 | 101011 | 10101110 | 1011111 | 11101 |
Color Harmonies of #049184
Complementary color
Monochromatic Colors of #049184
Black with #049184
Text Example
Text Example
White with #049184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #049184; }
p { color: rgb(4,145,132); }
H1.HeaderClassName
{
color: #049184;
}
.AnyTagClassName
{
color: #049184;
}
</style>
background-color css
<style>
a { background-color: #049184; }
a { background-color: rgb(4,145,132); }
div.DivClassName
{
background-color: #049184;
}
.BgClassName
{
background-color: #049184;
}
</style>
border-color css
<style>
span { border-color: #049184; }
span { border-color: rgb(4,145,132); }
td.TdClassName
{
border-color: #049184;
}
.TagClassName
{
border-color: #049184;
}
</style>