Shades of Dark Cyan #049397
Tints of Dark Cyan #049397
RGB
CMYK
RGB Variations
Color information
#049397 (or 0x049397) is known color: Dark Cyan. HEX triplet: 04, 93 and 97. RGB value is (4,147,151). Sum of RGB (Red+Green+Blue) = 4+147+151=302 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.32% from 302); Green value is 147 (57.81% from 255 or 48.68% from 302); Blue value is 151 (59.38% from 255 or 50% from 302); Max value from RGB is 151 - color contains mainly: blue. Hex color #049397 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #049397 is #FB6C68. Grayscale: #686868. Windows color (decimal): -16477289 or 9933572. OLE color: 9933572.
HSL color Cylindrical-coordinate representation of color #049397: hue angle of 181.63º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #049397 is Cyan = 0.97, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 4 | 147 | 151 | - |
| CMYK | 0.97 | 0.03 | 0 | 0.41 |
| HSL | 181.63º | 0.95% | 0.3% | - |
| HSV(B) | 181.63º | 0.97% | 0.59% | - |
| XYZ | 16.07 | 23.13 | 32.9 | - |
| YUV | 104.7 | 154.12 | 56.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 147 | 151 | 0.97 | 0.03 | 0 | 0.41 | 181.63 | 0.95 | 0.3 |
| Hex | 4 | 93 | 97 | 61 | 3 | 0 | 29 | B6 | 5F | 1E |
| Octal | 4 | 223 | 227 | 141 | 3 | 0 | 51 | 266 | 137 | 36 |
| Binary | 100 | 10010011 | 10010111 | 1100001 | 11 | 0 | 101001 | 10110110 | 1011111 | 11110 |
Color Harmonies of #049397
Complementary color
Monochromatic Colors of #049397
Black with #049397
Text Example
Text Example
White with #049397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #049397; }
p { color: rgb(4,147,151); }
H1.HeaderClassName
{
color: #049397;
}
.AnyTagClassName
{
color: #049397;
}
</style>
background-color css
<style>
a { background-color: #049397; }
a { background-color: rgb(4,147,151); }
div.DivClassName
{
background-color: #049397;
}
.BgClassName
{
background-color: #049397;
}
</style>
border-color css
<style>
span { border-color: #049397; }
span { border-color: rgb(4,147,151); }
td.TdClassName
{
border-color: #049397;
}
.TagClassName
{
border-color: #049397;
}
</style>