Shades of Dark Cyan #049292
Tints of Dark Cyan #049292
RGB
CMYK
RGB Variations
Color information
#049292 (or 0x049292) is known color: Dark Cyan. HEX triplet: 04, 92 and 92. RGB value is (4,146,146). Sum of RGB (Red+Green+Blue) = 4+146+146=296 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.35% from 296); Green value is 146 (57.42% from 255 or 49.32% from 296); Blue value is 146 (57.42% from 255 or 49.32% from 296); Max value from RGB is 146 - color contains mainly: green, blue. Hex color #049292 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #049292 is #FB6D6D. Grayscale: #676767. Windows color (decimal): -16477550 or 9605636. OLE color: 9605636.
HSL color Cylindrical-coordinate representation of color #049292: hue angle of 180º 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 #049292 is Cyan = 0.97, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 4 | 146 | 146 | - |
| CMYK | 0.97 | 0 | 0 | 0.43 |
| HSL | 180º | 0.95% | 0.29% | - |
| HSV(B) | 180º | 0.97% | 0.57% | - |
| XYZ | 15.52 | 22.66 | 30.75 | - |
| YUV | 103.54 | 151.96 | 57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 146 | 146 | 0.97 | 0 | 0 | 0.43 | 180 | 0.95 | 0.29 |
| Hex | 4 | 92 | 92 | 61 | 0 | 0 | 2B | B4 | 5F | 1D |
| Octal | 4 | 222 | 222 | 141 | 0 | 0 | 53 | 264 | 137 | 35 |
| Binary | 100 | 10010010 | 10010010 | 1100001 | 0 | 0 | 101011 | 10110100 | 1011111 | 11101 |
Color Harmonies of #049292
Complementary color
Monochromatic Colors of #049292
Black with #049292
Text Example
Text Example
White with #049292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #049292; }
p { color: rgb(4,146,146); }
H1.HeaderClassName
{
color: #049292;
}
.AnyTagClassName
{
color: #049292;
}
</style>
background-color css
<style>
a { background-color: #049292; }
a { background-color: rgb(4,146,146); }
div.DivClassName
{
background-color: #049292;
}
.BgClassName
{
background-color: #049292;
}
</style>
border-color css
<style>
span { border-color: #049292; }
span { border-color: rgb(4,146,146); }
td.TdClassName
{
border-color: #049292;
}
.TagClassName
{
border-color: #049292;
}
</style>