Shades of Dark Cyan #079385
Tints of Dark Cyan #079385
RGB
CMYK
RGB Variations
Color information
#079385 (or 0x079385) is known color: Dark Cyan. HEX triplet: 07, 93 and 85. RGB value is (7,147,133). Sum of RGB (Red+Green+Blue) = 7+147+133=287 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.44% from 287); Green value is 147 (57.81% from 255 or 51.22% from 287); Blue value is 133 (52.34% from 255 or 46.34% from 287); Max value from RGB is 147 - color contains mainly: green. Hex color #079385 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #079385 is #F86C7A. Grayscale: #676767. Windows color (decimal): -16280699 or 8753927. OLE color: 8753927.
HSL color Cylindrical-coordinate representation of color #079385: hue angle of 174º 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 #079385 is Cyan = 0.95, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 7 | 147 | 133 | - |
| CMYK | 0.95 | 0 | 0.10 | 0.42 |
| HSL | 174º | 0.91% | 0.3% | - |
| HSV(B) | 174º | 0.95% | 0.58% | - |
| XYZ | 14.75 | 22.61 | 25.78 | - |
| YUV | 103.54 | 144.62 | 59.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 147 | 133 | 0.95 | 0 | 0.10 | 0.42 | 174 | 0.91 | 0.3 |
| Hex | 7 | 93 | 85 | 5F | 0 | A | 2A | AE | 5B | 1E |
| Octal | 7 | 223 | 205 | 137 | 0 | 12 | 52 | 256 | 133 | 36 |
| Binary | 111 | 10010011 | 10000101 | 1011111 | 0 | 1010 | 101010 | 10101110 | 1011011 | 11110 |
Color Harmonies of #079385
Complementary color
Monochromatic Colors of #079385
Black with #079385
Text Example
Text Example
White with #079385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #079385; }
p { color: rgb(7,147,133); }
H1.HeaderClassName
{
color: #079385;
}
.AnyTagClassName
{
color: #079385;
}
</style>
background-color css
<style>
a { background-color: #079385; }
a { background-color: rgb(7,147,133); }
div.DivClassName
{
background-color: #079385;
}
.BgClassName
{
background-color: #079385;
}
</style>
border-color css
<style>
span { border-color: #079385; }
span { border-color: rgb(7,147,133); }
td.TdClassName
{
border-color: #079385;
}
.TagClassName
{
border-color: #079385;
}
</style>