Shades of Dark Cyan #048D7E
Tints of Dark Cyan #048D7E
RGB
CMYK
RGB Variations
Color information
#048D7E (or 0x048D7E) is known color: Dark Cyan. HEX triplet: 04, 8D and 7E. RGB value is (4,141,126). Sum of RGB (Red+Green+Blue) = 4+141+126=271 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.48% from 271); Green value is 141 (55.47% from 255 or 52.03% from 271); Blue value is 126 (49.61% from 255 or 46.49% from 271); Max value from RGB is 141 - color contains mainly: green. Hex color #048D7E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048D7E is #FB7281. Grayscale: #626262. Windows color (decimal): -16478850 or 8293636. OLE color: 8293636.
HSL color Cylindrical-coordinate representation of color #048D7E: hue angle of 173.43º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048D7E is Cyan = 0.97, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 4 | 141 | 126 | - |
| CMYK | 0.97 | 0 | 0.11 | 0.45 |
| HSL | 173.43º | 0.94% | 0.28% | - |
| HSV(B) | 173.43º | 0.97% | 0.55% | - |
| XYZ | 13.34 | 20.58 | 23.01 | - |
| YUV | 98.33 | 143.61 | 60.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 141 | 126 | 0.97 | 0 | 0.11 | 0.45 | 173.43 | 0.94 | 0.28 |
| Hex | 4 | 8D | 7E | 61 | 0 | B | 2D | AD | 5E | 1C |
| Octal | 4 | 215 | 176 | 141 | 0 | 13 | 55 | 255 | 136 | 34 |
| Binary | 100 | 10001101 | 1111110 | 1100001 | 0 | 1011 | 101101 | 10101101 | 1011110 | 11100 |
Color Harmonies of #048D7E
Complementary color
Monochromatic Colors of #048D7E
Black with #048D7E
Text Example
Text Example
White with #048D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048D7E; }
p { color: rgb(4,141,126); }
H1.HeaderClassName
{
color: #048D7E;
}
.AnyTagClassName
{
color: #048D7E;
}
</style>
background-color css
<style>
a { background-color: #048D7E; }
a { background-color: rgb(4,141,126); }
div.DivClassName
{
background-color: #048D7E;
}
.BgClassName
{
background-color: #048D7E;
}
</style>
border-color css
<style>
span { border-color: #048D7E; }
span { border-color: rgb(4,141,126); }
td.TdClassName
{
border-color: #048D7E;
}
.TagClassName
{
border-color: #048D7E;
}
</style>