Shades of Dark Cyan #079694
Tints of Dark Cyan #079694
RGB
CMYK
RGB Variations
Color information
#079694 (or 0x079694) is known color: Dark Cyan. HEX triplet: 07, 96 and 94. RGB value is (7,150,148). Sum of RGB (Red+Green+Blue) = 7+150+148=305 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.30% from 305); Green value is 150 (58.98% from 255 or 49.18% from 305); Blue value is 148 (58.20% from 255 or 48.52% from 305); Max value from RGB is 150 - color contains mainly: green. Hex color #079694 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #079694 is #F8696B. Grayscale: #6A6A6A. Windows color (decimal): -16279916 or 9737735. OLE color: 9737735.
HSL color Cylindrical-coordinate representation of color #079694: hue angle of 179.16º 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 #079694 is Cyan = 0.95, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 7 | 150 | 148 | - |
| CMYK | 0.95 | 0 | 0.01 | 0.41 |
| HSL | 179.16º | 0.91% | 0.31% | - |
| HSV(B) | 179.16º | 0.95% | 0.59% | - |
| XYZ | 16.34 | 24 | 31.79 | - |
| YUV | 107.02 | 151.12 | 56.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 150 | 148 | 0.95 | 0 | 0.01 | 0.41 | 179.16 | 0.91 | 0.31 |
| Hex | 7 | 96 | 94 | 5F | 0 | 1 | 29 | B3 | 5B | 1F |
| Octal | 7 | 226 | 224 | 137 | 0 | 1 | 51 | 263 | 133 | 37 |
| Binary | 111 | 10010110 | 10010100 | 1011111 | 0 | 1 | 101001 | 10110011 | 1011011 | 11111 |
Color Harmonies of #079694
Complementary color
Monochromatic Colors of #079694
Black with #079694
Text Example
Text Example
White with #079694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #079694; }
p { color: rgb(7,150,148); }
H1.HeaderClassName
{
color: #079694;
}
.AnyTagClassName
{
color: #079694;
}
</style>
background-color css
<style>
a { background-color: #079694; }
a { background-color: rgb(7,150,148); }
div.DivClassName
{
background-color: #079694;
}
.BgClassName
{
background-color: #079694;
}
</style>
border-color css
<style>
span { border-color: #079694; }
span { border-color: rgb(7,150,148); }
td.TdClassName
{
border-color: #079694;
}
.TagClassName
{
border-color: #079694;
}
</style>