Shades of Dark Cyan #079491
Tints of Dark Cyan #079491
RGB
CMYK
RGB Variations
Color information
#079491 (or 0x079491) is known color: Dark Cyan. HEX triplet: 07, 94 and 91. RGB value is (7,148,145). Sum of RGB (Red+Green+Blue) = 7+148+145=300 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.33% from 300); Green value is 148 (58.20% from 255 or 49.33% from 300); Blue value is 145 (57.03% from 255 or 48.33% from 300); Max value from RGB is 148 - color contains mainly: green. Hex color #079491 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #079491 is #F86B6E. Grayscale: #696969. Windows color (decimal): -16280431 or 9540615. OLE color: 9540615.
HSL color Cylindrical-coordinate representation of color #079491: hue angle of 178.72º 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 #079491 is Cyan = 0.95, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 7 | 148 | 145 | - |
| CMYK | 0.95 | 0 | 0.02 | 0.42 |
| HSL | 178.72º | 0.91% | 0.3% | - |
| HSV(B) | 178.72º | 0.95% | 0.58% | - |
| XYZ | 15.79 | 23.27 | 30.45 | - |
| YUV | 105.5 | 150.29 | 57.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 148 | 145 | 0.95 | 0 | 0.02 | 0.42 | 178.72 | 0.91 | 0.3 |
| Hex | 7 | 94 | 91 | 5F | 0 | 2 | 2A | B3 | 5B | 1E |
| Octal | 7 | 224 | 221 | 137 | 0 | 2 | 52 | 263 | 133 | 36 |
| Binary | 111 | 10010100 | 10010001 | 1011111 | 0 | 10 | 101010 | 10110011 | 1011011 | 11110 |
Color Harmonies of #079491
Complementary color
Monochromatic Colors of #079491
Black with #079491
Text Example
Text Example
White with #079491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #079491; }
p { color: rgb(7,148,145); }
H1.HeaderClassName
{
color: #079491;
}
.AnyTagClassName
{
color: #079491;
}
</style>
background-color css
<style>
a { background-color: #079491; }
a { background-color: rgb(7,148,145); }
div.DivClassName
{
background-color: #079491;
}
.BgClassName
{
background-color: #079491;
}
</style>
border-color css
<style>
span { border-color: #079491; }
span { border-color: rgb(7,148,145); }
td.TdClassName
{
border-color: #079491;
}
.TagClassName
{
border-color: #079491;
}
</style>