Shades of Dark Cyan #079589
Tints of Dark Cyan #079589
RGB
CMYK
RGB Variations
Color information
#079589 (or 0x079589) is known color: Dark Cyan. HEX triplet: 07, 95 and 89. RGB value is (7,149,137). Sum of RGB (Red+Green+Blue) = 7+149+137=293 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.39% from 293); Green value is 149 (58.59% from 255 or 50.85% from 293); Blue value is 137 (53.91% from 255 or 46.76% from 293); Max value from RGB is 149 - color contains mainly: green. Hex color #079589 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #079589 is #F86A76. Grayscale: #696969. Windows color (decimal): -16280183 or 9016583. OLE color: 9016583.
HSL color Cylindrical-coordinate representation of color #079589: hue angle of 174.93º 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 #079589 is Cyan = 0.95, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 7 | 149 | 137 | - |
| CMYK | 0.95 | 0 | 0.08 | 0.42 |
| HSL | 174.93º | 0.91% | 0.31% | - |
| HSV(B) | 174.93º | 0.95% | 0.58% | - |
| XYZ | 15.35 | 23.35 | 27.36 | - |
| YUV | 105.17 | 145.96 | 57.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 149 | 137 | 0.95 | 0 | 0.08 | 0.42 | 174.93 | 0.91 | 0.31 |
| Hex | 7 | 95 | 89 | 5F | 0 | 8 | 2A | AF | 5B | 1F |
| Octal | 7 | 225 | 211 | 137 | 0 | 10 | 52 | 257 | 133 | 37 |
| Binary | 111 | 10010101 | 10001001 | 1011111 | 0 | 1000 | 101010 | 10101111 | 1011011 | 11111 |
Color Harmonies of #079589
Complementary color
Monochromatic Colors of #079589
Black with #079589
Text Example
Text Example
White with #079589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #079589; }
p { color: rgb(7,149,137); }
H1.HeaderClassName
{
color: #079589;
}
.AnyTagClassName
{
color: #079589;
}
</style>
background-color css
<style>
a { background-color: #079589; }
a { background-color: rgb(7,149,137); }
div.DivClassName
{
background-color: #079589;
}
.BgClassName
{
background-color: #079589;
}
</style>
border-color css
<style>
span { border-color: #079589; }
span { border-color: rgb(7,149,137); }
td.TdClassName
{
border-color: #079589;
}
.TagClassName
{
border-color: #079589;
}
</style>