Shades of Dark Cyan #079490
Tints of Dark Cyan #079490
RGB
CMYK
RGB Variations
Color information
#079490 (or 0x079490) is known color: Dark Cyan. HEX triplet: 07, 94 and 90. RGB value is (7,148,144). Sum of RGB (Red+Green+Blue) = 7+148+144=299 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.34% from 299); Green value is 148 (58.20% from 255 or 49.50% from 299); Blue value is 144 (56.64% from 255 or 48.16% from 299); Max value from RGB is 148 - color contains mainly: green. Hex color #079490 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #079490 is #F86B6F. Grayscale: #696969. Windows color (decimal): -16280432 or 9475079. OLE color: 9475079.
HSL color Cylindrical-coordinate representation of color #079490: hue angle of 178.3º 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 #079490 is Cyan = 0.95, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 7 | 148 | 144 | - |
| CMYK | 0.95 | 0 | 0.03 | 0.42 |
| HSL | 178.3º | 0.91% | 0.3% | - |
| HSV(B) | 178.3º | 0.95% | 0.58% | - |
| XYZ | 15.71 | 23.24 | 30.04 | - |
| YUV | 105.39 | 149.79 | 57.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 148 | 144 | 0.95 | 0 | 0.03 | 0.42 | 178.3 | 0.91 | 0.3 |
| Hex | 7 | 94 | 90 | 5F | 0 | 3 | 2A | B2 | 5B | 1E |
| Octal | 7 | 224 | 220 | 137 | 0 | 3 | 52 | 262 | 133 | 36 |
| Binary | 111 | 10010100 | 10010000 | 1011111 | 0 | 11 | 101010 | 10110010 | 1011011 | 11110 |
Color Harmonies of #079490
Complementary color
Monochromatic Colors of #079490
Black with #079490
Text Example
Text Example
White with #079490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #079490; }
p { color: rgb(7,148,144); }
H1.HeaderClassName
{
color: #079490;
}
.AnyTagClassName
{
color: #079490;
}
</style>
background-color css
<style>
a { background-color: #079490; }
a { background-color: rgb(7,148,144); }
div.DivClassName
{
background-color: #079490;
}
.BgClassName
{
background-color: #079490;
}
</style>
border-color css
<style>
span { border-color: #079490; }
span { border-color: rgb(7,148,144); }
td.TdClassName
{
border-color: #079490;
}
.TagClassName
{
border-color: #079490;
}
</style>