Shades of Dark Cyan #04978C
Tints of Dark Cyan #04978C
RGB
CMYK
RGB Variations
Color information
#04978C (or 0x04978C) is known color: Dark Cyan. HEX triplet: 04, 97 and 8C. RGB value is (4,151,140). Sum of RGB (Red+Green+Blue) = 4+151+140=295 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.36% from 295); Green value is 151 (59.38% from 255 or 51.19% from 295); Blue value is 140 (55.08% from 255 or 47.46% from 295); Max value from RGB is 151 - color contains mainly: green. Hex color #04978C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04978C is #FB6873. Grayscale: #696969. Windows color (decimal): -16476276 or 9213700. OLE color: 9213700.
HSL color Cylindrical-coordinate representation of color #04978C: hue angle of 175.51º 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 #04978C is Cyan = 0.97, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 4 | 151 | 140 | - |
| CMYK | 0.97 | 0 | 0.07 | 0.41 |
| HSL | 175.51º | 0.95% | 0.3% | - |
| HSV(B) | 175.51º | 0.97% | 0.59% | - |
| XYZ | 15.85 | 24.05 | 28.62 | - |
| YUV | 105.79 | 147.3 | 55.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 151 | 140 | 0.97 | 0 | 0.07 | 0.41 | 175.51 | 0.95 | 0.3 |
| Hex | 4 | 97 | 8C | 61 | 0 | 7 | 29 | B0 | 5F | 1E |
| Octal | 4 | 227 | 214 | 141 | 0 | 7 | 51 | 260 | 137 | 36 |
| Binary | 100 | 10010111 | 10001100 | 1100001 | 0 | 111 | 101001 | 10110000 | 1011111 | 11110 |
Color Harmonies of #04978C
Complementary color
Monochromatic Colors of #04978C
Black with #04978C
Text Example
Text Example
White with #04978C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04978C; }
p { color: rgb(4,151,140); }
H1.HeaderClassName
{
color: #04978C;
}
.AnyTagClassName
{
color: #04978C;
}
</style>
background-color css
<style>
a { background-color: #04978C; }
a { background-color: rgb(4,151,140); }
div.DivClassName
{
background-color: #04978C;
}
.BgClassName
{
background-color: #04978C;
}
</style>
border-color css
<style>
span { border-color: #04978C; }
span { border-color: rgb(4,151,140); }
td.TdClassName
{
border-color: #04978C;
}
.TagClassName
{
border-color: #04978C;
}
</style>