Shades of Dark Cyan #079084
Tints of Dark Cyan #079084
RGB
CMYK
RGB Variations
Color information
#079084 (or 0x079084) is known color: Dark Cyan. HEX triplet: 07, 90 and 84. RGB value is (7,144,132). Sum of RGB (Red+Green+Blue) = 7+144+132=283 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.47% from 283); Green value is 144 (56.64% from 255 or 50.88% from 283); Blue value is 132 (51.95% from 255 or 46.64% from 283); Max value from RGB is 144 - color contains mainly: green. Hex color #079084 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #079084 is #F86F7B. Grayscale: #656565. Windows color (decimal): -16281468 or 8687623. OLE color: 8687623.
HSL color Cylindrical-coordinate representation of color #079084: hue angle of 174.74º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #079084 is Cyan = 0.95, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 7 | 144 | 132 | - |
| CMYK | 0.95 | 0 | 0.08 | 0.44 |
| HSL | 174.74º | 0.91% | 0.3% | - |
| HSV(B) | 174.74º | 0.95% | 0.56% | - |
| XYZ | 14.23 | 21.66 | 25.26 | - |
| YUV | 101.67 | 145.11 | 60.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 144 | 132 | 0.95 | 0 | 0.08 | 0.44 | 174.74 | 0.91 | 0.3 |
| Hex | 7 | 90 | 84 | 5F | 0 | 8 | 2C | AF | 5B | 1E |
| Octal | 7 | 220 | 204 | 137 | 0 | 10 | 54 | 257 | 133 | 36 |
| Binary | 111 | 10010000 | 10000100 | 1011111 | 0 | 1000 | 101100 | 10101111 | 1011011 | 11110 |
Color Harmonies of #079084
Complementary color
Monochromatic Colors of #079084
Black with #079084
Text Example
Text Example
White with #079084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #079084; }
p { color: rgb(7,144,132); }
H1.HeaderClassName
{
color: #079084;
}
.AnyTagClassName
{
color: #079084;
}
</style>
background-color css
<style>
a { background-color: #079084; }
a { background-color: rgb(7,144,132); }
div.DivClassName
{
background-color: #079084;
}
.BgClassName
{
background-color: #079084;
}
</style>
border-color css
<style>
span { border-color: #079084; }
span { border-color: rgb(7,144,132); }
td.TdClassName
{
border-color: #079084;
}
.TagClassName
{
border-color: #079084;
}
</style>