Shades of Dark Cyan #049192
Tints of Dark Cyan #049192
RGB
CMYK
RGB Variations
Color information
#049192 (or 0x049192) is known color: Dark Cyan. HEX triplet: 04, 91 and 92. RGB value is (4,145,146). Sum of RGB (Red+Green+Blue) = 4+145+146=295 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.36% from 295); Green value is 145 (57.03% from 255 or 49.15% from 295); Blue value is 146 (57.42% from 255 or 49.49% from 295); Max value from RGB is 146 - color contains mainly: blue. Hex color #049192 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #049192 is #FB6E6D. Grayscale: #666666. Windows color (decimal): -16477806 or 9605380. OLE color: 9605380.
HSL color Cylindrical-coordinate representation of color #049192: hue angle of 180.42º 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 #049192 is Cyan = 0.97, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 4 | 145 | 146 | - |
| CMYK | 0.97 | 0.01 | 0 | 0.43 |
| HSL | 180.42º | 0.95% | 0.29% | - |
| HSV(B) | 180.42º | 0.97% | 0.57% | - |
| XYZ | 15.36 | 22.35 | 30.7 | - |
| YUV | 102.96 | 152.29 | 57.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 145 | 146 | 0.97 | 0.01 | 0 | 0.43 | 180.42 | 0.95 | 0.29 |
| Hex | 4 | 91 | 92 | 61 | 1 | 0 | 2B | B4 | 5F | 1D |
| Octal | 4 | 221 | 222 | 141 | 1 | 0 | 53 | 264 | 137 | 35 |
| Binary | 100 | 10010001 | 10010010 | 1100001 | 1 | 0 | 101011 | 10110100 | 1011111 | 11101 |
Color Harmonies of #049192
Complementary color
Monochromatic Colors of #049192
Black with #049192
Text Example
Text Example
White with #049192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #049192; }
p { color: rgb(4,145,146); }
H1.HeaderClassName
{
color: #049192;
}
.AnyTagClassName
{
color: #049192;
}
</style>
background-color css
<style>
a { background-color: #049192; }
a { background-color: rgb(4,145,146); }
div.DivClassName
{
background-color: #049192;
}
.BgClassName
{
background-color: #049192;
}
</style>
border-color css
<style>
span { border-color: #049192; }
span { border-color: rgb(4,145,146); }
td.TdClassName
{
border-color: #049192;
}
.TagClassName
{
border-color: #049192;
}
</style>