Shades of Dark Cyan #047E8E
Tints of Dark Cyan #047E8E
RGB
CMYK
RGB Variations
Color information
#047E8E (or 0x047E8E) is known color: Dark Cyan. HEX triplet: 04, 7E and 8E. RGB value is (4,126,142). Sum of RGB (Red+Green+Blue) = 4+126+142=272 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.47% from 272); Green value is 126 (49.61% from 255 or 46.32% from 272); Blue value is 142 (55.86% from 255 or 52.21% from 272); Max value from RGB is 142 - color contains mainly: blue. Hex color #047E8E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047E8E is #FB8171. Grayscale: #5B5B5B. Windows color (decimal): -16482674 or 9338372. OLE color: 9338372.
HSL color Cylindrical-coordinate representation of color #047E8E: hue angle of 186.96º 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 #047E8E is Cyan = 0.97, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 4 | 126 | 142 | - |
| CMYK | 0.97 | 0.11 | 0 | 0.44 |
| HSL | 186.96º | 0.95% | 0.29% | - |
| HSV(B) | 186.96º | 0.97% | 0.56% | - |
| XYZ | 12.39 | 16.9 | 28.2 | - |
| YUV | 91.35 | 156.58 | 65.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 126 | 142 | 0.97 | 0.11 | 0 | 0.44 | 186.96 | 0.95 | 0.29 |
| Hex | 4 | 7E | 8E | 61 | B | 0 | 2C | BB | 5F | 1D |
| Octal | 4 | 176 | 216 | 141 | 13 | 0 | 54 | 273 | 137 | 35 |
| Binary | 100 | 1111110 | 10001110 | 1100001 | 1011 | 0 | 101100 | 10111011 | 1011111 | 11101 |
Color Harmonies of #047E8E
Complementary color
Monochromatic Colors of #047E8E
Black with #047E8E
Text Example
Text Example
White with #047E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047E8E; }
p { color: rgb(4,126,142); }
H1.HeaderClassName
{
color: #047E8E;
}
.AnyTagClassName
{
color: #047E8E;
}
</style>
background-color css
<style>
a { background-color: #047E8E; }
a { background-color: rgb(4,126,142); }
div.DivClassName
{
background-color: #047E8E;
}
.BgClassName
{
background-color: #047E8E;
}
</style>
border-color css
<style>
span { border-color: #047E8E; }
span { border-color: rgb(4,126,142); }
td.TdClassName
{
border-color: #047E8E;
}
.TagClassName
{
border-color: #047E8E;
}
</style>