Shades of Dark Cyan #04978E
Tints of Dark Cyan #04978E
RGB
CMYK
RGB Variations
Color information
#04978E (or 0x04978E) is known color: Dark Cyan. HEX triplet: 04, 97 and 8E. RGB value is (4,151,142). Sum of RGB (Red+Green+Blue) = 4+151+142=297 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.35% from 297); Green value is 151 (59.38% from 255 or 50.84% from 297); Blue value is 142 (55.86% from 255 or 47.81% from 297); Max value from RGB is 151 - color contains mainly: green. Hex color #04978E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04978E is #FB6871. Grayscale: #696969. Windows color (decimal): -16476274 or 9344772. OLE color: 9344772.
HSL color Cylindrical-coordinate representation of color #04978E: hue angle of 176.33º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04978E is Cyan = 0.97, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 4 | 151 | 142 | - |
| CMYK | 0.97 | 0 | 0.06 | 0.41 |
| HSL | 176.33º | 0.95% | 0.3% | - |
| HSV(B) | 176.33º | 0.97% | 0.59% | - |
| XYZ | 16 | 24.11 | 29.4 | - |
| YUV | 106.02 | 148.3 | 55.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 151 | 142 | 0.97 | 0 | 0.06 | 0.41 | 176.33 | 0.95 | 0.3 |
| Hex | 4 | 97 | 8E | 61 | 0 | 6 | 29 | B0 | 5F | 1E |
| Octal | 4 | 227 | 216 | 141 | 0 | 6 | 51 | 260 | 137 | 36 |
| Binary | 100 | 10010111 | 10001110 | 1100001 | 0 | 110 | 101001 | 10110000 | 1011111 | 11110 |
Color Harmonies of #04978E
Complementary color
Monochromatic Colors of #04978E
Black with #04978E
Text Example
Text Example
White with #04978E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04978E; }
p { color: rgb(4,151,142); }
H1.HeaderClassName
{
color: #04978E;
}
.AnyTagClassName
{
color: #04978E;
}
</style>
background-color css
<style>
a { background-color: #04978E; }
a { background-color: rgb(4,151,142); }
div.DivClassName
{
background-color: #04978E;
}
.BgClassName
{
background-color: #04978E;
}
</style>
border-color css
<style>
span { border-color: #04978E; }
span { border-color: rgb(4,151,142); }
td.TdClassName
{
border-color: #04978E;
}
.TagClassName
{
border-color: #04978E;
}
</style>