Html Css Color HEX #07A87C Free Speech Aquamarine
📋 copy color: '#07A87C'red 7 ◦ green 168 ◦ blue 124
Shades of Free Speech Aquamarine #07A87C
Tints of Free Speech Aquamarine #07A87C
RGB
CMYK
RGB Variations
Color information
#07A87C (or 0x07A87C) is known color: Free Speech Aquamarine. HEX triplet: 07, A8 and 7C. RGB value is (7,168,124). Sum of RGB (Red+Green+Blue) = 7+168+124=299 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.34% from 299); Green value is 168 (66.02% from 255 or 56.19% from 299); Blue value is 124 (48.83% from 255 or 41.47% from 299); Max value from RGB is 168 - color contains mainly: green. Hex color #07A87C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07A87C is #F85783. Grayscale: #727272. Windows color (decimal): -16275332 or 8169479. OLE color: 8169479.
HSL color Cylindrical-coordinate representation of color #07A87C: hue angle of 163.6º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07A87C is Cyan = 0.96, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 7 | 168 | 124 | - |
| CMYK | 0.96 | 0 | 0.26 | 0.34 |
| HSL | 163.6º | 0.92% | 0.34% | - |
| HSV(B) | 163.6º | 0.96% | 0.66% | - |
| XYZ | 17.73 | 29.51 | 23.83 | - |
| YUV | 114.85 | 133.16 | 51.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 168 | 124 | 0.96 | 0 | 0.26 | 0.34 | 163.6 | 0.92 | 0.34 |
| Hex | 7 | A8 | 7C | 60 | 0 | 1A | 22 | A4 | 5C | 22 |
| Octal | 7 | 250 | 174 | 140 | 0 | 32 | 42 | 244 | 134 | 42 |
| Binary | 111 | 10101000 | 1111100 | 1100000 | 0 | 11010 | 100010 | 10100100 | 1011100 | 100010 |
Color Harmonies of #07A87C
Complementary color
Monochromatic Colors of #07A87C
Black with #07A87C
Text Example
Text Example
White with #07A87C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07A87C; }
p { color: rgb(7,168,124); }
H1.HeaderClassName
{
color: #07A87C;
}
.AnyTagClassName
{
color: #07A87C;
}
</style>
background-color css
<style>
a { background-color: #07A87C; }
a { background-color: rgb(7,168,124); }
div.DivClassName
{
background-color: #07A87C;
}
.BgClassName
{
background-color: #07A87C;
}
</style>
border-color css
<style>
span { border-color: #07A87C; }
span { border-color: rgb(7,168,124); }
td.TdClassName
{
border-color: #07A87C;
}
.TagClassName
{
border-color: #07A87C;
}
</style>