Shades of Dark Cyan #049191
Tints of Dark Cyan #049191
RGB
CMYK
RGB Variations
Color information
#049191 (or 0x049191) is known color: Dark Cyan. HEX triplet: 04, 91 and 91. RGB value is (4,145,145). Sum of RGB (Red+Green+Blue) = 4+145+145=294 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.36% from 294); Green value is 145 (57.03% from 255 or 49.32% from 294); Blue value is 145 (57.03% from 255 or 49.32% from 294); Max value from RGB is 145 - color contains mainly: green, blue. Hex color #049191 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #049191 is #FB6E6E. Grayscale: #666666. Windows color (decimal): -16477807 or 9539844. OLE color: 9539844.
HSL color Cylindrical-coordinate representation of color #049191: 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 #049191 is Cyan = 0.97, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 4 | 145 | 145 | - |
| CMYK | 0.97 | 0 | 0 | 0.43 |
| HSL | 180º | 0.95% | 0.29% | - |
| HSV(B) | 180º | 0.97% | 0.57% | - |
| XYZ | 15.29 | 22.32 | 30.29 | - |
| YUV | 102.84 | 151.79 | 57.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 145 | 145 | 0.97 | 0 | 0 | 0.43 | 180 | 0.95 | 0.29 |
| Hex | 4 | 91 | 91 | 61 | 0 | 0 | 2B | B4 | 5F | 1D |
| Octal | 4 | 221 | 221 | 141 | 0 | 0 | 53 | 264 | 137 | 35 |
| Binary | 100 | 10010001 | 10010001 | 1100001 | 0 | 0 | 101011 | 10110100 | 1011111 | 11101 |
Color Harmonies of #049191
Complementary color
Monochromatic Colors of #049191
Black with #049191
Text Example
Text Example
White with #049191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #049191; }
p { color: rgb(4,145,145); }
H1.HeaderClassName
{
color: #049191;
}
.AnyTagClassName
{
color: #049191;
}
</style>
background-color css
<style>
a { background-color: #049191; }
a { background-color: rgb(4,145,145); }
div.DivClassName
{
background-color: #049191;
}
.BgClassName
{
background-color: #049191;
}
</style>
border-color css
<style>
span { border-color: #049191; }
span { border-color: rgb(4,145,145); }
td.TdClassName
{
border-color: #049191;
}
.TagClassName
{
border-color: #049191;
}
</style>