Html Css Color HEX #07A07B Free Speech Aquamarine
📋 copy color: '#07A07B'red 7 ◦ green 160 ◦ blue 123
Shades of Free Speech Aquamarine #07A07B
Tints of Free Speech Aquamarine #07A07B
RGB
CMYK
RGB Variations
Color information
#07A07B (or 0x07A07B) is known color: Free Speech Aquamarine. HEX triplet: 07, A0 and 7B. RGB value is (7,160,123). Sum of RGB (Red+Green+Blue) = 7+160+123=290 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.41% from 290); Green value is 160 (62.89% from 255 or 55.17% from 290); Blue value is 123 (48.44% from 255 or 42.41% from 290); Max value from RGB is 160 - color contains mainly: green. Hex color #07A07B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07A07B is #F85F84. Grayscale: #6E6E6E. Windows color (decimal): -16277381 or 8101895. OLE color: 8101895.
HSL color Cylindrical-coordinate representation of color #07A07B: hue angle of 165.49º 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 #07A07B is Cyan = 0.96, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 7 | 160 | 123 | - |
| CMYK | 0.96 | 0 | 0.23 | 0.37 |
| HSL | 165.49º | 0.92% | 0.33% | - |
| HSV(B) | 165.49º | 0.96% | 0.63% | - |
| XYZ | 16.23 | 26.62 | 23.02 | - |
| YUV | 110.04 | 135.31 | 54.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 160 | 123 | 0.96 | 0 | 0.23 | 0.37 | 165.49 | 0.92 | 0.33 |
| Hex | 7 | A0 | 7B | 60 | 0 | 17 | 25 | A5 | 5C | 21 |
| Octal | 7 | 240 | 173 | 140 | 0 | 27 | 45 | 245 | 134 | 41 |
| Binary | 111 | 10100000 | 1111011 | 1100000 | 0 | 10111 | 100101 | 10100101 | 1011100 | 100001 |
Color Harmonies of #07A07B
Complementary color
Monochromatic Colors of #07A07B
Black with #07A07B
Text Example
Text Example
White with #07A07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07A07B; }
p { color: rgb(7,160,123); }
H1.HeaderClassName
{
color: #07A07B;
}
.AnyTagClassName
{
color: #07A07B;
}
</style>
background-color css
<style>
a { background-color: #07A07B; }
a { background-color: rgb(7,160,123); }
div.DivClassName
{
background-color: #07A07B;
}
.BgClassName
{
background-color: #07A07B;
}
</style>
border-color css
<style>
span { border-color: #07A07B; }
span { border-color: rgb(7,160,123); }
td.TdClassName
{
border-color: #07A07B;
}
.TagClassName
{
border-color: #07A07B;
}
</style>