Html Css Color HEX #079C84 Free Speech Aquamarine
📋 copy color: '#079C84'red 7 ◦ green 156 ◦ blue 132
Shades of Free Speech Aquamarine #079C84
Tints of Free Speech Aquamarine #079C84
RGB
CMYK
RGB Variations
Color information
#079C84 (or 0x079C84) is known color: Free Speech Aquamarine. HEX triplet: 07, 9C and 84. RGB value is (7,156,132). Sum of RGB (Red+Green+Blue) = 7+156+132=295 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.37% from 295); Green value is 156 (61.33% from 255 or 52.88% from 295); Blue value is 132 (51.95% from 255 or 44.75% from 295); Max value from RGB is 156 - color contains mainly: green. Hex color #079C84 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #079C84 is #F8637B. Grayscale: #6C6C6C. Windows color (decimal): -16278396 or 8690695. OLE color: 8690695.
HSL color Cylindrical-coordinate representation of color #079C84: hue angle of 170.34º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #079C84 is Cyan = 0.96, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 7 | 156 | 132 | - |
| CMYK | 0.96 | 0 | 0.15 | 0.39 |
| HSL | 170.34º | 0.91% | 0.32% | - |
| HSV(B) | 170.34º | 0.96% | 0.61% | - |
| XYZ | 16.14 | 25.49 | 25.9 | - |
| YUV | 108.71 | 141.14 | 55.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 156 | 132 | 0.96 | 0 | 0.15 | 0.39 | 170.34 | 0.91 | 0.32 |
| Hex | 7 | 9C | 84 | 60 | 0 | F | 27 | AA | 5B | 20 |
| Octal | 7 | 234 | 204 | 140 | 0 | 17 | 47 | 252 | 133 | 40 |
| Binary | 111 | 10011100 | 10000100 | 1100000 | 0 | 1111 | 100111 | 10101010 | 1011011 | 100000 |
Color Harmonies of #079C84
Complementary color
Monochromatic Colors of #079C84
Black with #079C84
Text Example
Text Example
White with #079C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #079C84; }
p { color: rgb(7,156,132); }
H1.HeaderClassName
{
color: #079C84;
}
.AnyTagClassName
{
color: #079C84;
}
</style>
background-color css
<style>
a { background-color: #079C84; }
a { background-color: rgb(7,156,132); }
div.DivClassName
{
background-color: #079C84;
}
.BgClassName
{
background-color: #079C84;
}
</style>
border-color css
<style>
span { border-color: #079C84; }
span { border-color: rgb(7,156,132); }
td.TdClassName
{
border-color: #079C84;
}
.TagClassName
{
border-color: #079C84;
}
</style>