Shades of Dark Cyan #04938F
Tints of Dark Cyan #04938F
RGB
CMYK
RGB Variations
Color information
#04938F (or 0x04938F) is known color: Dark Cyan. HEX triplet: 04, 93 and 8F. RGB value is (4,147,143). Sum of RGB (Red+Green+Blue) = 4+147+143=294 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.36% from 294); Green value is 147 (57.81% from 255 or 50% from 294); Blue value is 143 (56.25% from 255 or 48.64% from 294); Max value from RGB is 147 - color contains mainly: green. Hex color #04938F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04938F is #FB6C70. Grayscale: #676767. Windows color (decimal): -16477297 or 9409284. OLE color: 9409284.
HSL color Cylindrical-coordinate representation of color #04938F: hue angle of 178.32º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04938F is Cyan = 0.97, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 4 | 147 | 143 | - |
| CMYK | 0.97 | 0 | 0.03 | 0.42 |
| HSL | 178.32º | 0.95% | 0.3% | - |
| HSV(B) | 178.32º | 0.97% | 0.58% | - |
| XYZ | 15.44 | 22.88 | 29.59 | - |
| YUV | 103.79 | 150.12 | 56.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 147 | 143 | 0.97 | 0 | 0.03 | 0.42 | 178.32 | 0.95 | 0.3 |
| Hex | 4 | 93 | 8F | 61 | 0 | 3 | 2A | B2 | 5F | 1E |
| Octal | 4 | 223 | 217 | 141 | 0 | 3 | 52 | 262 | 137 | 36 |
| Binary | 100 | 10010011 | 10001111 | 1100001 | 0 | 11 | 101010 | 10110010 | 1011111 | 11110 |
Color Harmonies of #04938F
Complementary color
Monochromatic Colors of #04938F
Black with #04938F
Text Example
Text Example
White with #04938F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04938F; }
p { color: rgb(4,147,143); }
H1.HeaderClassName
{
color: #04938F;
}
.AnyTagClassName
{
color: #04938F;
}
</style>
background-color css
<style>
a { background-color: #04938F; }
a { background-color: rgb(4,147,143); }
div.DivClassName
{
background-color: #04938F;
}
.BgClassName
{
background-color: #04938F;
}
</style>
border-color css
<style>
span { border-color: #04938F; }
span { border-color: rgb(4,147,143); }
td.TdClassName
{
border-color: #04938F;
}
.TagClassName
{
border-color: #04938F;
}
</style>