Shades of Dark Cyan #049688
Tints of Dark Cyan #049688
RGB
CMYK
RGB Variations
Color information
#049688 (or 0x049688) is known color: Dark Cyan. HEX triplet: 04, 96 and 88. RGB value is (4,150,136). Sum of RGB (Red+Green+Blue) = 4+150+136=290 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.38% from 290); Green value is 150 (58.98% from 255 or 51.72% from 290); Blue value is 136 (53.52% from 255 or 46.90% from 290); Max value from RGB is 150 - color contains mainly: green. Hex color #049688 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #049688 is #FB6977. Grayscale: #686868. Windows color (decimal): -16476536 or 8951300. OLE color: 8951300.
HSL color Cylindrical-coordinate representation of color #049688: hue angle of 174.25º 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 #049688 is Cyan = 0.97, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 4 | 150 | 136 | - |
| CMYK | 0.97 | 0 | 0.09 | 0.41 |
| HSL | 174.25º | 0.95% | 0.3% | - |
| HSV(B) | 174.25º | 0.97% | 0.59% | - |
| XYZ | 15.4 | 23.62 | 27.04 | - |
| YUV | 104.75 | 145.63 | 56.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 150 | 136 | 0.97 | 0 | 0.09 | 0.41 | 174.25 | 0.95 | 0.3 |
| Hex | 4 | 96 | 88 | 61 | 0 | 9 | 29 | AE | 5F | 1E |
| Octal | 4 | 226 | 210 | 141 | 0 | 11 | 51 | 256 | 137 | 36 |
| Binary | 100 | 10010110 | 10001000 | 1100001 | 0 | 1001 | 101001 | 10101110 | 1011111 | 11110 |
Color Harmonies of #049688
Complementary color
Monochromatic Colors of #049688
Black with #049688
Text Example
Text Example
White with #049688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #049688; }
p { color: rgb(4,150,136); }
H1.HeaderClassName
{
color: #049688;
}
.AnyTagClassName
{
color: #049688;
}
</style>
background-color css
<style>
a { background-color: #049688; }
a { background-color: rgb(4,150,136); }
div.DivClassName
{
background-color: #049688;
}
.BgClassName
{
background-color: #049688;
}
</style>
border-color css
<style>
span { border-color: #049688; }
span { border-color: rgb(4,150,136); }
td.TdClassName
{
border-color: #049688;
}
.TagClassName
{
border-color: #049688;
}
</style>