Shades of Dark Cyan #079484
Tints of Dark Cyan #079484
RGB
CMYK
RGB Variations
Color information
#079484 (or 0x079484) is known color: Dark Cyan. HEX triplet: 07, 94 and 84. RGB value is (7,148,132). Sum of RGB (Red+Green+Blue) = 7+148+132=287 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.44% from 287); Green value is 148 (58.20% from 255 or 51.57% from 287); Blue value is 132 (51.95% from 255 or 45.99% from 287); Max value from RGB is 148 - color contains mainly: green. Hex color #079484 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #079484 is #F86B7B. Grayscale: #676767. Windows color (decimal): -16280444 or 8688647. OLE color: 8688647.
HSL color Cylindrical-coordinate representation of color #079484: hue angle of 173.19º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #079484 is Cyan = 0.95, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 7 | 148 | 132 | - |
| CMYK | 0.95 | 0 | 0.11 | 0.42 |
| HSL | 173.19º | 0.91% | 0.3% | - |
| HSV(B) | 173.19º | 0.95% | 0.58% | - |
| XYZ | 14.84 | 22.89 | 25.47 | - |
| YUV | 104.02 | 143.79 | 58.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 148 | 132 | 0.95 | 0 | 0.11 | 0.42 | 173.19 | 0.91 | 0.3 |
| Hex | 7 | 94 | 84 | 5F | 0 | B | 2A | AD | 5B | 1E |
| Octal | 7 | 224 | 204 | 137 | 0 | 13 | 52 | 255 | 133 | 36 |
| Binary | 111 | 10010100 | 10000100 | 1011111 | 0 | 1011 | 101010 | 10101101 | 1011011 | 11110 |
Color Harmonies of #079484
Complementary color
Monochromatic Colors of #079484
Black with #079484
Text Example
Text Example
White with #079484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #079484; }
p { color: rgb(7,148,132); }
H1.HeaderClassName
{
color: #079484;
}
.AnyTagClassName
{
color: #079484;
}
</style>
background-color css
<style>
a { background-color: #079484; }
a { background-color: rgb(7,148,132); }
div.DivClassName
{
background-color: #079484;
}
.BgClassName
{
background-color: #079484;
}
</style>
border-color css
<style>
span { border-color: #079484; }
span { border-color: rgb(7,148,132); }
td.TdClassName
{
border-color: #079484;
}
.TagClassName
{
border-color: #079484;
}
</style>