Shades of Dark Cyan #079689
Tints of Dark Cyan #079689
RGB
CMYK
RGB Variations
Color information
#079689 (or 0x079689) is known color: Dark Cyan. HEX triplet: 07, 96 and 89. RGB value is (7,150,137). Sum of RGB (Red+Green+Blue) = 7+150+137=294 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.38% from 294); Green value is 150 (58.98% from 255 or 51.02% from 294); Blue value is 137 (53.91% from 255 or 46.60% from 294); Max value from RGB is 150 - color contains mainly: green. Hex color #079689 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #079689 is #F86976. Grayscale: #696969. Windows color (decimal): -16279927 or 9016839. OLE color: 9016839.
HSL color Cylindrical-coordinate representation of color #079689: hue angle of 174.55º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #079689 is Cyan = 0.95, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 7 | 150 | 137 | - |
| CMYK | 0.95 | 0 | 0.09 | 0.41 |
| HSL | 174.55º | 0.91% | 0.31% | - |
| HSV(B) | 174.55º | 0.95% | 0.59% | - |
| XYZ | 15.51 | 23.66 | 27.42 | - |
| YUV | 105.76 | 145.62 | 57.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 150 | 137 | 0.95 | 0 | 0.09 | 0.41 | 174.55 | 0.91 | 0.31 |
| Hex | 7 | 96 | 89 | 5F | 0 | 9 | 29 | AF | 5B | 1F |
| Octal | 7 | 226 | 211 | 137 | 0 | 11 | 51 | 257 | 133 | 37 |
| Binary | 111 | 10010110 | 10001001 | 1011111 | 0 | 1001 | 101001 | 10101111 | 1011011 | 11111 |
Color Harmonies of #079689
Complementary color
Monochromatic Colors of #079689
Black with #079689
Text Example
Text Example
White with #079689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #079689; }
p { color: rgb(7,150,137); }
H1.HeaderClassName
{
color: #079689;
}
.AnyTagClassName
{
color: #079689;
}
</style>
background-color css
<style>
a { background-color: #079689; }
a { background-color: rgb(7,150,137); }
div.DivClassName
{
background-color: #079689;
}
.BgClassName
{
background-color: #079689;
}
</style>
border-color css
<style>
span { border-color: #079689; }
span { border-color: rgb(7,150,137); }
td.TdClassName
{
border-color: #079689;
}
.TagClassName
{
border-color: #079689;
}
</style>