Shades of Dark Cyan #04928B
Tints of Dark Cyan #04928B
RGB
CMYK
RGB Variations
Color information
#04928B (or 0x04928B) is known color: Dark Cyan. HEX triplet: 04, 92 and 8B. RGB value is (4,146,139). Sum of RGB (Red+Green+Blue) = 4+146+139=289 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.38% from 289); Green value is 146 (57.42% from 255 or 50.52% from 289); Blue value is 139 (54.69% from 255 or 48.10% from 289); Max value from RGB is 146 - color contains mainly: green. Hex color #04928B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04928B is #FB6D74. Grayscale: #666666. Windows color (decimal): -16477557 or 9146884. OLE color: 9146884.
HSL color Cylindrical-coordinate representation of color #04928B: hue angle of 177.04º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04928B is Cyan = 0.97, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 4 | 146 | 139 | - |
| CMYK | 0.97 | 0 | 0.05 | 0.43 |
| HSL | 177.04º | 0.95% | 0.29% | - |
| HSV(B) | 177.04º | 0.97% | 0.57% | - |
| XYZ | 14.99 | 22.45 | 27.97 | - |
| YUV | 102.74 | 148.46 | 57.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 146 | 139 | 0.97 | 0 | 0.05 | 0.43 | 177.04 | 0.95 | 0.29 |
| Hex | 4 | 92 | 8B | 61 | 0 | 5 | 2B | B1 | 5F | 1D |
| Octal | 4 | 222 | 213 | 141 | 0 | 5 | 53 | 261 | 137 | 35 |
| Binary | 100 | 10010010 | 10001011 | 1100001 | 0 | 101 | 101011 | 10110001 | 1011111 | 11101 |
Color Harmonies of #04928B
Complementary color
Monochromatic Colors of #04928B
Black with #04928B
Text Example
Text Example
White with #04928B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04928B; }
p { color: rgb(4,146,139); }
H1.HeaderClassName
{
color: #04928B;
}
.AnyTagClassName
{
color: #04928B;
}
</style>
background-color css
<style>
a { background-color: #04928B; }
a { background-color: rgb(4,146,139); }
div.DivClassName
{
background-color: #04928B;
}
.BgClassName
{
background-color: #04928B;
}
</style>
border-color css
<style>
span { border-color: #04928B; }
span { border-color: rgb(4,146,139); }
td.TdClassName
{
border-color: #04928B;
}
.TagClassName
{
border-color: #04928B;
}
</style>