Shades of Dark Cyan #079590
Tints of Dark Cyan #079590
RGB
CMYK
RGB Variations
Color information
#079590 (or 0x079590) is known color: Dark Cyan. HEX triplet: 07, 95 and 90. RGB value is (7,149,144). Sum of RGB (Red+Green+Blue) = 7+149+144=300 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.33% from 300); Green value is 149 (58.59% from 255 or 49.67% from 300); Blue value is 144 (56.64% from 255 or 48% from 300); Max value from RGB is 149 - color contains mainly: green. Hex color #079590 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #079590 is #F86A6F. Grayscale: #696969. Windows color (decimal): -16280176 or 9475335. OLE color: 9475335.
HSL color Cylindrical-coordinate representation of color #079590: hue angle of 177.89º 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 #079590 is Cyan = 0.95, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 7 | 149 | 144 | - |
| CMYK | 0.95 | 0 | 0.03 | 0.42 |
| HSL | 177.89º | 0.91% | 0.31% | - |
| HSV(B) | 177.89º | 0.95% | 0.58% | - |
| XYZ | 15.87 | 23.55 | 30.1 | - |
| YUV | 105.97 | 149.46 | 57.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 149 | 144 | 0.95 | 0 | 0.03 | 0.42 | 177.89 | 0.91 | 0.31 |
| Hex | 7 | 95 | 90 | 5F | 0 | 3 | 2A | B2 | 5B | 1F |
| Octal | 7 | 225 | 220 | 137 | 0 | 3 | 52 | 262 | 133 | 37 |
| Binary | 111 | 10010101 | 10010000 | 1011111 | 0 | 11 | 101010 | 10110010 | 1011011 | 11111 |
Color Harmonies of #079590
Complementary color
Monochromatic Colors of #079590
Black with #079590
Text Example
Text Example
White with #079590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #079590; }
p { color: rgb(7,149,144); }
H1.HeaderClassName
{
color: #079590;
}
.AnyTagClassName
{
color: #079590;
}
</style>
background-color css
<style>
a { background-color: #079590; }
a { background-color: rgb(7,149,144); }
div.DivClassName
{
background-color: #079590;
}
.BgClassName
{
background-color: #079590;
}
</style>
border-color css
<style>
span { border-color: #079590; }
span { border-color: rgb(7,149,144); }
td.TdClassName
{
border-color: #079590;
}
.TagClassName
{
border-color: #079590;
}
</style>