Shades of Dark Cyan #079684
Tints of Dark Cyan #079684
RGB
CMYK
RGB Variations
Color information
#079684 (or 0x079684) is known color: Dark Cyan. HEX triplet: 07, 96 and 84. RGB value is (7,150,132). Sum of RGB (Red+Green+Blue) = 7+150+132=289 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.42% from 289); Green value is 150 (58.98% from 255 or 51.90% from 289); Blue value is 132 (51.95% from 255 or 45.67% from 289); Max value from RGB is 150 - color contains mainly: green. Hex color #079684 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #079684 is #F8697B. Grayscale: #696969. Windows color (decimal): -16279932 or 8689159. OLE color: 8689159.
HSL color Cylindrical-coordinate representation of color #079684: hue angle of 172.45º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #079684 is Cyan = 0.95, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 7 | 150 | 132 | - |
| CMYK | 0.95 | 0 | 0.12 | 0.41 |
| HSL | 172.45º | 0.91% | 0.31% | - |
| HSV(B) | 172.45º | 0.95% | 0.59% | - |
| XYZ | 15.16 | 23.52 | 25.57 | - |
| YUV | 105.19 | 143.12 | 57.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 150 | 132 | 0.95 | 0 | 0.12 | 0.41 | 172.45 | 0.91 | 0.31 |
| Hex | 7 | 96 | 84 | 5F | 0 | C | 29 | AC | 5B | 1F |
| Octal | 7 | 226 | 204 | 137 | 0 | 14 | 51 | 254 | 133 | 37 |
| Binary | 111 | 10010110 | 10000100 | 1011111 | 0 | 1100 | 101001 | 10101100 | 1011011 | 11111 |
Color Harmonies of #079684
Complementary color
Monochromatic Colors of #079684
Black with #079684
Text Example
Text Example
White with #079684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #079684; }
p { color: rgb(7,150,132); }
H1.HeaderClassName
{
color: #079684;
}
.AnyTagClassName
{
color: #079684;
}
</style>
background-color css
<style>
a { background-color: #079684; }
a { background-color: rgb(7,150,132); }
div.DivClassName
{
background-color: #079684;
}
.BgClassName
{
background-color: #079684;
}
</style>
border-color css
<style>
span { border-color: #079684; }
span { border-color: rgb(7,150,132); }
td.TdClassName
{
border-color: #079684;
}
.TagClassName
{
border-color: #079684;
}
</style>