Shades of Dark Cyan #048D7F
Tints of Dark Cyan #048D7F
RGB
CMYK
RGB Variations
Color information
#048D7F (or 0x048D7F) is known color: Dark Cyan. HEX triplet: 04, 8D and 7F. RGB value is (4,141,127). Sum of RGB (Red+Green+Blue) = 4+141+127=272 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.47% from 272); Green value is 141 (55.47% from 255 or 51.84% from 272); Blue value is 127 (50% from 255 or 46.69% from 272); Max value from RGB is 141 - color contains mainly: green. Hex color #048D7F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048D7F is #FB7280. Grayscale: #626262. Windows color (decimal): -16478849 or 8359172. OLE color: 8359172.
HSL color Cylindrical-coordinate representation of color #048D7F: hue angle of 173.87º 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 #048D7F is Cyan = 0.97, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 4 | 141 | 127 | - |
| CMYK | 0.97 | 0 | 0.10 | 0.45 |
| HSL | 173.87º | 0.94% | 0.28% | - |
| HSV(B) | 173.87º | 0.97% | 0.55% | - |
| XYZ | 13.41 | 20.61 | 23.35 | - |
| YUV | 98.44 | 144.11 | 60.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 141 | 127 | 0.97 | 0 | 0.10 | 0.45 | 173.87 | 0.94 | 0.28 |
| Hex | 4 | 8D | 7F | 61 | 0 | A | 2D | AE | 5E | 1C |
| Octal | 4 | 215 | 177 | 141 | 0 | 12 | 55 | 256 | 136 | 34 |
| Binary | 100 | 10001101 | 1111111 | 1100001 | 0 | 1010 | 101101 | 10101110 | 1011110 | 11100 |
Color Harmonies of #048D7F
Complementary color
Monochromatic Colors of #048D7F
Black with #048D7F
Text Example
Text Example
White with #048D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048D7F; }
p { color: rgb(4,141,127); }
H1.HeaderClassName
{
color: #048D7F;
}
.AnyTagClassName
{
color: #048D7F;
}
</style>
background-color css
<style>
a { background-color: #048D7F; }
a { background-color: rgb(4,141,127); }
div.DivClassName
{
background-color: #048D7F;
}
.BgClassName
{
background-color: #048D7F;
}
</style>
border-color css
<style>
span { border-color: #048D7F; }
span { border-color: rgb(4,141,127); }
td.TdClassName
{
border-color: #048D7F;
}
.TagClassName
{
border-color: #048D7F;
}
</style>