Html Css Color HEX #07A07A Free Speech Aquamarine
📋 copy color: '#07A07A'red 7 ◦ green 160 ◦ blue 122
Shades of Free Speech Aquamarine #07A07A
Tints of Free Speech Aquamarine #07A07A
RGB
CMYK
RGB Variations
Color information
#07A07A (or 0x07A07A) is known color: Free Speech Aquamarine. HEX triplet: 07, A0 and 7A. RGB value is (7,160,122). Sum of RGB (Red+Green+Blue) = 7+160+122=289 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.42% from 289); Green value is 160 (62.89% from 255 or 55.36% from 289); Blue value is 122 (48.05% from 255 or 42.21% from 289); Max value from RGB is 160 - color contains mainly: green. Hex color #07A07A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07A07A is #F85F85. Grayscale: #6D6D6D. Windows color (decimal): -16277382 or 8036359. OLE color: 8036359.
HSL color Cylindrical-coordinate representation of color #07A07A: hue angle of 165.1º 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 #07A07A is Cyan = 0.96, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 7 | 160 | 122 | - |
| CMYK | 0.96 | 0 | 0.24 | 0.37 |
| HSL | 165.1º | 0.92% | 0.33% | - |
| HSV(B) | 165.1º | 0.96% | 0.63% | - |
| XYZ | 16.17 | 26.59 | 22.69 | - |
| YUV | 109.92 | 134.81 | 54.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 160 | 122 | 0.96 | 0 | 0.24 | 0.37 | 165.1 | 0.92 | 0.33 |
| Hex | 7 | A0 | 7A | 60 | 0 | 18 | 25 | A5 | 5C | 21 |
| Octal | 7 | 240 | 172 | 140 | 0 | 30 | 45 | 245 | 134 | 41 |
| Binary | 111 | 10100000 | 1111010 | 1100000 | 0 | 11000 | 100101 | 10100101 | 1011100 | 100001 |
Color Harmonies of #07A07A
Complementary color
Monochromatic Colors of #07A07A
Black with #07A07A
Text Example
Text Example
White with #07A07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07A07A; }
p { color: rgb(7,160,122); }
H1.HeaderClassName
{
color: #07A07A;
}
.AnyTagClassName
{
color: #07A07A;
}
</style>
background-color css
<style>
a { background-color: #07A07A; }
a { background-color: rgb(7,160,122); }
div.DivClassName
{
background-color: #07A07A;
}
.BgClassName
{
background-color: #07A07A;
}
</style>
border-color css
<style>
span { border-color: #07A07A; }
span { border-color: rgb(7,160,122); }
td.TdClassName
{
border-color: #07A07A;
}
.TagClassName
{
border-color: #07A07A;
}
</style>