Shades of Dark Cyan #04808C
Tints of Dark Cyan #04808C
RGB
CMYK
RGB Variations
Color information
#04808C (or 0x04808C) is known color: Dark Cyan. HEX triplet: 04, 80 and 8C. RGB value is (4,128,140). Sum of RGB (Red+Green+Blue) = 4+128+140=272 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.47% from 272); Green value is 128 (50.39% from 255 or 47.06% from 272); Blue value is 140 (55.08% from 255 or 51.47% from 272); Max value from RGB is 140 - color contains mainly: blue. Hex color #04808C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04808C is #FB7F73. Grayscale: #5C5C5C. Windows color (decimal): -16482164 or 9207812. OLE color: 9207812.
HSL color Cylindrical-coordinate representation of color #04808C: hue angle of 185.29º 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 #04808C is Cyan = 0.97, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 4 | 128 | 140 | - |
| CMYK | 0.97 | 0.09 | 0 | 0.45 |
| HSL | 185.29º | 0.94% | 0.28% | - |
| HSV(B) | 185.29º | 0.97% | 0.55% | - |
| XYZ | 12.5 | 17.36 | 27.5 | - |
| YUV | 92.29 | 154.92 | 65.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 128 | 140 | 0.97 | 0.09 | 0 | 0.45 | 185.29 | 0.94 | 0.28 |
| Hex | 4 | 80 | 8C | 61 | 9 | 0 | 2D | B9 | 5E | 1C |
| Octal | 4 | 200 | 214 | 141 | 11 | 0 | 55 | 271 | 136 | 34 |
| Binary | 100 | 10000000 | 10001100 | 1100001 | 1001 | 0 | 101101 | 10111001 | 1011110 | 11100 |
Color Harmonies of #04808C
Complementary color
Monochromatic Colors of #04808C
Black with #04808C
Text Example
Text Example
White with #04808C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04808C; }
p { color: rgb(4,128,140); }
H1.HeaderClassName
{
color: #04808C;
}
.AnyTagClassName
{
color: #04808C;
}
</style>
background-color css
<style>
a { background-color: #04808C; }
a { background-color: rgb(4,128,140); }
div.DivClassName
{
background-color: #04808C;
}
.BgClassName
{
background-color: #04808C;
}
</style>
border-color css
<style>
span { border-color: #04808C; }
span { border-color: rgb(4,128,140); }
td.TdClassName
{
border-color: #04808C;
}
.TagClassName
{
border-color: #04808C;
}
</style>