Shades of Dark Cyan #079383
Tints of Dark Cyan #079383
RGB
CMYK
RGB Variations
Color information
#079383 (or 0x079383) is known color: Dark Cyan. HEX triplet: 07, 93 and 83. RGB value is (7,147,131). Sum of RGB (Red+Green+Blue) = 7+147+131=285 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.46% from 285); Green value is 147 (57.81% from 255 or 51.58% from 285); Blue value is 131 (51.56% from 255 or 45.96% from 285); Max value from RGB is 147 - color contains mainly: green. Hex color #079383 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #079383 is #F86C7C. Grayscale: #676767. Windows color (decimal): -16280701 or 8622855. OLE color: 8622855.
HSL color Cylindrical-coordinate representation of color #079383: hue angle of 173.14º 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 #079383 is Cyan = 0.95, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 7 | 147 | 131 | - |
| CMYK | 0.95 | 0 | 0.11 | 0.42 |
| HSL | 173.14º | 0.91% | 0.3% | - |
| HSV(B) | 173.14º | 0.95% | 0.58% | - |
| XYZ | 14.62 | 22.55 | 25.06 | - |
| YUV | 103.32 | 143.62 | 59.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 147 | 131 | 0.95 | 0 | 0.11 | 0.42 | 173.14 | 0.91 | 0.3 |
| Hex | 7 | 93 | 83 | 5F | 0 | B | 2A | AD | 5B | 1E |
| Octal | 7 | 223 | 203 | 137 | 0 | 13 | 52 | 255 | 133 | 36 |
| Binary | 111 | 10010011 | 10000011 | 1011111 | 0 | 1011 | 101010 | 10101101 | 1011011 | 11110 |
Color Harmonies of #079383
Complementary color
Monochromatic Colors of #079383
Black with #079383
Text Example
Text Example
White with #079383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #079383; }
p { color: rgb(7,147,131); }
H1.HeaderClassName
{
color: #079383;
}
.AnyTagClassName
{
color: #079383;
}
</style>
background-color css
<style>
a { background-color: #079383; }
a { background-color: rgb(7,147,131); }
div.DivClassName
{
background-color: #079383;
}
.BgClassName
{
background-color: #079383;
}
</style>
border-color css
<style>
span { border-color: #079383; }
span { border-color: rgb(7,147,131); }
td.TdClassName
{
border-color: #079383;
}
.TagClassName
{
border-color: #079383;
}
</style>