Shades of Dark Cyan #079296
Tints of Dark Cyan #079296
RGB
CMYK
RGB Variations
Color information
#079296 (or 0x079296) is known color: Dark Cyan. HEX triplet: 07, 92 and 96. RGB value is (7,146,150). Sum of RGB (Red+Green+Blue) = 7+146+150=303 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.31% from 303); Green value is 146 (57.42% from 255 or 48.18% from 303); Blue value is 150 (58.98% from 255 or 49.50% from 303); Max value from RGB is 150 - color contains mainly: blue. Hex color #079296 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #079296 is #F86D69. Grayscale: #686868. Windows color (decimal): -16280938 or 9867783. OLE color: 9867783.
HSL color Cylindrical-coordinate representation of color #079296: hue angle of 181.68º 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 #079296 is Cyan = 0.95, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 7 | 146 | 150 | - |
| CMYK | 0.95 | 0.03 | 0 | 0.41 |
| HSL | 181.68º | 0.91% | 0.31% | - |
| HSV(B) | 181.68º | 0.95% | 0.59% | - |
| XYZ | 15.87 | 22.8 | 32.42 | - |
| YUV | 104.9 | 153.45 | 58.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 146 | 150 | 0.95 | 0.03 | 0 | 0.41 | 181.68 | 0.91 | 0.31 |
| Hex | 7 | 92 | 96 | 5F | 3 | 0 | 29 | B6 | 5B | 1F |
| Octal | 7 | 222 | 226 | 137 | 3 | 0 | 51 | 266 | 133 | 37 |
| Binary | 111 | 10010010 | 10010110 | 1011111 | 11 | 0 | 101001 | 10110110 | 1011011 | 11111 |
Color Harmonies of #079296
Complementary color
Monochromatic Colors of #079296
Black with #079296
Text Example
Text Example
White with #079296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #079296; }
p { color: rgb(7,146,150); }
H1.HeaderClassName
{
color: #079296;
}
.AnyTagClassName
{
color: #079296;
}
</style>
background-color css
<style>
a { background-color: #079296; }
a { background-color: rgb(7,146,150); }
div.DivClassName
{
background-color: #079296;
}
.BgClassName
{
background-color: #079296;
}
</style>
border-color css
<style>
span { border-color: #079296; }
span { border-color: rgb(7,146,150); }
td.TdClassName
{
border-color: #079296;
}
.TagClassName
{
border-color: #079296;
}
</style>