Html Css Color HEX #07A07C Free Speech Aquamarine
📋 copy color: '#07A07C'red 7 ◦ green 160 ◦ blue 124
Shades of Free Speech Aquamarine #07A07C
Tints of Free Speech Aquamarine #07A07C
RGB
CMYK
RGB Variations
Color information
#07A07C (or 0x07A07C) is known color: Free Speech Aquamarine. HEX triplet: 07, A0 and 7C. RGB value is (7,160,124). Sum of RGB (Red+Green+Blue) = 7+160+124=291 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.41% from 291); Green value is 160 (62.89% from 255 or 54.98% from 291); Blue value is 124 (48.83% from 255 or 42.61% from 291); Max value from RGB is 160 - color contains mainly: green. Hex color #07A07C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07A07C is #F85F83. Grayscale: #6E6E6E. Windows color (decimal): -16277380 or 8167431. OLE color: 8167431.
HSL color Cylindrical-coordinate representation of color #07A07C: hue angle of 165.88º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07A07C is Cyan = 0.96, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 7 | 160 | 124 | - |
| CMYK | 0.96 | 0 | 0.22 | 0.37 |
| HSL | 165.88º | 0.92% | 0.33% | - |
| HSV(B) | 165.88º | 0.96% | 0.63% | - |
| XYZ | 16.3 | 26.64 | 23.35 | - |
| YUV | 110.15 | 135.81 | 54.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 160 | 124 | 0.96 | 0 | 0.22 | 0.37 | 165.88 | 0.92 | 0.33 |
| Hex | 7 | A0 | 7C | 60 | 0 | 16 | 25 | A6 | 5C | 21 |
| Octal | 7 | 240 | 174 | 140 | 0 | 26 | 45 | 246 | 134 | 41 |
| Binary | 111 | 10100000 | 1111100 | 1100000 | 0 | 10110 | 100101 | 10100110 | 1011100 | 100001 |
Color Harmonies of #07A07C
Complementary color
Monochromatic Colors of #07A07C
Black with #07A07C
Text Example
Text Example
White with #07A07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07A07C; }
p { color: rgb(7,160,124); }
H1.HeaderClassName
{
color: #07A07C;
}
.AnyTagClassName
{
color: #07A07C;
}
</style>
background-color css
<style>
a { background-color: #07A07C; }
a { background-color: rgb(7,160,124); }
div.DivClassName
{
background-color: #07A07C;
}
.BgClassName
{
background-color: #07A07C;
}
</style>
border-color css
<style>
span { border-color: #07A07C; }
span { border-color: rgb(7,160,124); }
td.TdClassName
{
border-color: #07A07C;
}
.TagClassName
{
border-color: #07A07C;
}
</style>