Shades of Dark Cyan #079891
Tints of Dark Cyan #079891
RGB
CMYK
RGB Variations
Color information
#079891 (or 0x079891) is known color: Dark Cyan. HEX triplet: 07, 98 and 91. RGB value is (7,152,145). Sum of RGB (Red+Green+Blue) = 7+152+145=304 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.30% from 304); Green value is 152 (59.77% from 255 or 50% from 304); Blue value is 145 (57.03% from 255 or 47.70% from 304); Max value from RGB is 152 - color contains mainly: green. Hex color #079891 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #079891 is #F8676E. Grayscale: #6B6B6B. Windows color (decimal): -16279407 or 9541639. OLE color: 9541639.
HSL color Cylindrical-coordinate representation of color #079891: hue angle of 177.1º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #079891 is Cyan = 0.95, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 7 | 152 | 145 | - |
| CMYK | 0.95 | 0 | 0.05 | 0.40 |
| HSL | 177.1º | 0.91% | 0.31% | - |
| HSV(B) | 177.1º | 0.95% | 0.6% | - |
| XYZ | 16.43 | 24.55 | 30.66 | - |
| YUV | 107.85 | 148.96 | 56.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 152 | 145 | 0.95 | 0 | 0.05 | 0.40 | 177.1 | 0.91 | 0.31 |
| Hex | 7 | 98 | 91 | 5F | 0 | 5 | 28 | B1 | 5B | 1F |
| Octal | 7 | 230 | 221 | 137 | 0 | 5 | 50 | 261 | 133 | 37 |
| Binary | 111 | 10011000 | 10010001 | 1011111 | 0 | 101 | 101000 | 10110001 | 1011011 | 11111 |
Color Harmonies of #079891
Complementary color
Monochromatic Colors of #079891
Black with #079891
Text Example
Text Example
White with #079891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #079891; }
p { color: rgb(7,152,145); }
H1.HeaderClassName
{
color: #079891;
}
.AnyTagClassName
{
color: #079891;
}
</style>
background-color css
<style>
a { background-color: #079891; }
a { background-color: rgb(7,152,145); }
div.DivClassName
{
background-color: #079891;
}
.BgClassName
{
background-color: #079891;
}
</style>
border-color css
<style>
span { border-color: #079891; }
span { border-color: rgb(7,152,145); }
td.TdClassName
{
border-color: #079891;
}
.TagClassName
{
border-color: #079891;
}
</style>