Shades of Dark Cyan #049696
Tints of Dark Cyan #049696
RGB
CMYK
RGB Variations
Color information
#049696 (or 0x049696) is known color: Dark Cyan. HEX triplet: 04, 96 and 96. RGB value is (4,150,150). Sum of RGB (Red+Green+Blue) = 4+150+150=304 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.32% from 304); Green value is 150 (58.98% from 255 or 49.34% from 304); Blue value is 150 (58.98% from 255 or 49.34% from 304); Max value from RGB is 150 - color contains mainly: green, blue. Hex color #049696 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #049696 is #FB6969. Grayscale: #6A6A6A. Windows color (decimal): -16476522 or 9868804. OLE color: 9868804.
HSL color Cylindrical-coordinate representation of color #049696: hue angle of 180º 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 #049696 is Cyan = 0.97, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 4 | 150 | 150 | - |
| CMYK | 0.97 | 0 | 0 | 0.41 |
| HSL | 180º | 0.95% | 0.3% | - |
| HSV(B) | 180º | 0.97% | 0.59% | - |
| XYZ | 16.46 | 24.04 | 32.63 | - |
| YUV | 106.35 | 152.63 | 55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 150 | 150 | 0.97 | 0 | 0 | 0.41 | 180 | 0.95 | 0.3 |
| Hex | 4 | 96 | 96 | 61 | 0 | 0 | 29 | B4 | 5F | 1E |
| Octal | 4 | 226 | 226 | 141 | 0 | 0 | 51 | 264 | 137 | 36 |
| Binary | 100 | 10010110 | 10010110 | 1100001 | 0 | 0 | 101001 | 10110100 | 1011111 | 11110 |
Color Harmonies of #049696
Complementary color
Monochromatic Colors of #049696
Black with #049696
Text Example
Text Example
White with #049696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #049696; }
p { color: rgb(4,150,150); }
H1.HeaderClassName
{
color: #049696;
}
.AnyTagClassName
{
color: #049696;
}
</style>
background-color css
<style>
a { background-color: #049696; }
a { background-color: rgb(4,150,150); }
div.DivClassName
{
background-color: #049696;
}
.BgClassName
{
background-color: #049696;
}
</style>
border-color css
<style>
span { border-color: #049696; }
span { border-color: rgb(4,150,150); }
td.TdClassName
{
border-color: #049696;
}
.TagClassName
{
border-color: #049696;
}
</style>