Shades of Dark Cyan #047C8F
Tints of Dark Cyan #047C8F
RGB
CMYK
RGB Variations
Color information
#047C8F (or 0x047C8F) is known color: Dark Cyan. HEX triplet: 04, 7C and 8F. RGB value is (4,124,143). Sum of RGB (Red+Green+Blue) = 4+124+143=271 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.48% from 271); Green value is 124 (48.83% from 255 or 45.76% from 271); Blue value is 143 (56.25% from 255 or 52.77% from 271); Max value from RGB is 143 - color contains mainly: blue. Hex color #047C8F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047C8F is #FB8370. Grayscale: #5A5A5A. Windows color (decimal): -16483185 or 9403396. OLE color: 9403396.
HSL color Cylindrical-coordinate representation of color #047C8F: hue angle of 188.2º 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 #047C8F is Cyan = 0.97, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 4 | 124 | 143 | - |
| CMYK | 0.97 | 0.13 | 0 | 0.44 |
| HSL | 188.2º | 0.95% | 0.29% | - |
| HSV(B) | 188.2º | 0.97% | 0.56% | - |
| XYZ | 12.22 | 16.42 | 28.51 | - |
| YUV | 90.29 | 157.74 | 66.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 124 | 143 | 0.97 | 0.13 | 0 | 0.44 | 188.2 | 0.95 | 0.29 |
| Hex | 4 | 7C | 8F | 61 | D | 0 | 2C | BC | 5F | 1D |
| Octal | 4 | 174 | 217 | 141 | 15 | 0 | 54 | 274 | 137 | 35 |
| Binary | 100 | 1111100 | 10001111 | 1100001 | 1101 | 0 | 101100 | 10111100 | 1011111 | 11101 |
Color Harmonies of #047C8F
Complementary color
Monochromatic Colors of #047C8F
Black with #047C8F
Text Example
Text Example
White with #047C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047C8F; }
p { color: rgb(4,124,143); }
H1.HeaderClassName
{
color: #047C8F;
}
.AnyTagClassName
{
color: #047C8F;
}
</style>
background-color css
<style>
a { background-color: #047C8F; }
a { background-color: rgb(4,124,143); }
div.DivClassName
{
background-color: #047C8F;
}
.BgClassName
{
background-color: #047C8F;
}
</style>
border-color css
<style>
span { border-color: #047C8F; }
span { border-color: rgb(4,124,143); }
td.TdClassName
{
border-color: #047C8F;
}
.TagClassName
{
border-color: #047C8F;
}
</style>