Shades of Dark Cyan #079591
Tints of Dark Cyan #079591
RGB
CMYK
RGB Variations
Color information
#079591 (or 0x079591) is known color: Dark Cyan. HEX triplet: 07, 95 and 91. RGB value is (7,149,145). Sum of RGB (Red+Green+Blue) = 7+149+145=301 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.33% from 301); Green value is 149 (58.59% from 255 or 49.50% from 301); Blue value is 145 (57.03% from 255 or 48.17% from 301); Max value from RGB is 149 - color contains mainly: green. Hex color #079591 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #079591 is #F86A6E. Grayscale: #696969. Windows color (decimal): -16280175 or 9540871. OLE color: 9540871.
HSL color Cylindrical-coordinate representation of color #079591: hue angle of 178.31º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #079591 is Cyan = 0.95, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 7 | 149 | 145 | - |
| CMYK | 0.95 | 0 | 0.03 | 0.42 |
| HSL | 178.31º | 0.91% | 0.31% | - |
| HSV(B) | 178.31º | 0.95% | 0.58% | - |
| XYZ | 15.95 | 23.58 | 30.5 | - |
| YUV | 106.09 | 149.96 | 57.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 149 | 145 | 0.95 | 0 | 0.03 | 0.42 | 178.31 | 0.91 | 0.31 |
| Hex | 7 | 95 | 91 | 5F | 0 | 3 | 2A | B2 | 5B | 1F |
| Octal | 7 | 225 | 221 | 137 | 0 | 3 | 52 | 262 | 133 | 37 |
| Binary | 111 | 10010101 | 10010001 | 1011111 | 0 | 11 | 101010 | 10110010 | 1011011 | 11111 |
Color Harmonies of #079591
Complementary color
Monochromatic Colors of #079591
Black with #079591
Text Example
Text Example
White with #079591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #079591; }
p { color: rgb(7,149,145); }
H1.HeaderClassName
{
color: #079591;
}
.AnyTagClassName
{
color: #079591;
}
</style>
background-color css
<style>
a { background-color: #079591; }
a { background-color: rgb(7,149,145); }
div.DivClassName
{
background-color: #079591;
}
.BgClassName
{
background-color: #079591;
}
</style>
border-color css
<style>
span { border-color: #079591; }
span { border-color: rgb(7,149,145); }
td.TdClassName
{
border-color: #079591;
}
.TagClassName
{
border-color: #079591;
}
</style>