Shades of Dark Cyan #048E89
Tints of Dark Cyan #048E89
RGB
CMYK
RGB Variations
Color information
#048E89 (or 0x048E89) is known color: Dark Cyan. HEX triplet: 04, 8E and 89. RGB value is (4,142,137). Sum of RGB (Red+Green+Blue) = 4+142+137=283 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.41% from 283); Green value is 142 (55.86% from 255 or 50.18% from 283); Blue value is 137 (53.91% from 255 or 48.41% from 283); Max value from RGB is 142 - color contains mainly: green. Hex color #048E89 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #048E89 is #FB7176. Grayscale: #646464. Windows color (decimal): -16478583 or 9014788. OLE color: 9014788.
HSL color Cylindrical-coordinate representation of color #048E89: hue angle of 177.83º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048E89 is Cyan = 0.97, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 4 | 142 | 137 | - |
| CMYK | 0.97 | 0 | 0.04 | 0.44 |
| HSL | 177.83º | 0.95% | 0.29% | - |
| HSV(B) | 177.83º | 0.97% | 0.56% | - |
| XYZ | 14.24 | 21.18 | 27 | - |
| YUV | 100.17 | 148.78 | 59.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 142 | 137 | 0.97 | 0 | 0.04 | 0.44 | 177.83 | 0.95 | 0.29 |
| Hex | 4 | 8E | 89 | 61 | 0 | 4 | 2C | B2 | 5F | 1D |
| Octal | 4 | 216 | 211 | 141 | 0 | 4 | 54 | 262 | 137 | 35 |
| Binary | 100 | 10001110 | 10001001 | 1100001 | 0 | 100 | 101100 | 10110010 | 1011111 | 11101 |
Color Harmonies of #048E89
Complementary color
Monochromatic Colors of #048E89
Black with #048E89
Text Example
Text Example
White with #048E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048E89; }
p { color: rgb(4,142,137); }
H1.HeaderClassName
{
color: #048E89;
}
.AnyTagClassName
{
color: #048E89;
}
</style>
background-color css
<style>
a { background-color: #048E89; }
a { background-color: rgb(4,142,137); }
div.DivClassName
{
background-color: #048E89;
}
.BgClassName
{
background-color: #048E89;
}
</style>
border-color css
<style>
span { border-color: #048E89; }
span { border-color: rgb(4,142,137); }
td.TdClassName
{
border-color: #048E89;
}
.TagClassName
{
border-color: #048E89;
}
</style>