Shades of Dark Cyan #04968B
Tints of Dark Cyan #04968B
RGB
CMYK
RGB Variations
Color information
#04968B (or 0x04968B) is known color: Dark Cyan. HEX triplet: 04, 96 and 8B. RGB value is (4,150,139). Sum of RGB (Red+Green+Blue) = 4+150+139=293 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.37% from 293); Green value is 150 (58.98% from 255 or 51.19% from 293); Blue value is 139 (54.69% from 255 or 47.44% from 293); Max value from RGB is 150 - color contains mainly: green. Hex color #04968B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04968B is #FB6974. Grayscale: #686868. Windows color (decimal): -16476533 or 9147908. OLE color: 9147908.
HSL color Cylindrical-coordinate representation of color #04968B: hue angle of 175.48º 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 #04968B is Cyan = 0.97, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 4 | 150 | 139 | - |
| CMYK | 0.97 | 0 | 0.07 | 0.41 |
| HSL | 175.48º | 0.95% | 0.3% | - |
| HSV(B) | 175.48º | 0.97% | 0.59% | - |
| XYZ | 15.62 | 23.7 | 28.18 | - |
| YUV | 105.09 | 147.13 | 55.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 150 | 139 | 0.97 | 0 | 0.07 | 0.41 | 175.48 | 0.95 | 0.3 |
| Hex | 4 | 96 | 8B | 61 | 0 | 7 | 29 | AF | 5F | 1E |
| Octal | 4 | 226 | 213 | 141 | 0 | 7 | 51 | 257 | 137 | 36 |
| Binary | 100 | 10010110 | 10001011 | 1100001 | 0 | 111 | 101001 | 10101111 | 1011111 | 11110 |
Color Harmonies of #04968B
Complementary color
Monochromatic Colors of #04968B
Black with #04968B
Text Example
Text Example
White with #04968B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04968B; }
p { color: rgb(4,150,139); }
H1.HeaderClassName
{
color: #04968B;
}
.AnyTagClassName
{
color: #04968B;
}
</style>
background-color css
<style>
a { background-color: #04968B; }
a { background-color: rgb(4,150,139); }
div.DivClassName
{
background-color: #04968B;
}
.BgClassName
{
background-color: #04968B;
}
</style>
border-color css
<style>
span { border-color: #04968B; }
span { border-color: rgb(4,150,139); }
td.TdClassName
{
border-color: #04968B;
}
.TagClassName
{
border-color: #04968B;
}
</style>