Html Css Color HEX #07A17C Free Speech Aquamarine
📋 copy color: '#07A17C'red 7 ◦ green 161 ◦ blue 124
Shades of Free Speech Aquamarine #07A17C
Tints of Free Speech Aquamarine #07A17C
RGB
CMYK
RGB Variations
Color information
#07A17C (or 0x07A17C) is known color: Free Speech Aquamarine. HEX triplet: 07, A1 and 7C. RGB value is (7,161,124). Sum of RGB (Red+Green+Blue) = 7+161+124=292 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.40% from 292); Green value is 161 (63.28% from 255 or 55.14% from 292); Blue value is 124 (48.83% from 255 or 42.47% from 292); Max value from RGB is 161 - color contains mainly: green. Hex color #07A17C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07A17C is #F85E83. Grayscale: #6E6E6E. Windows color (decimal): -16277124 or 8167687. OLE color: 8167687.
HSL color Cylindrical-coordinate representation of color #07A17C: hue angle of 165.58º 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 #07A17C is Cyan = 0.96, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 7 | 161 | 124 | - |
| CMYK | 0.96 | 0 | 0.23 | 0.37 |
| HSL | 165.58º | 0.92% | 0.33% | - |
| HSV(B) | 165.58º | 0.96% | 0.63% | - |
| XYZ | 16.47 | 26.99 | 23.41 | - |
| YUV | 110.74 | 135.48 | 54.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 161 | 124 | 0.96 | 0 | 0.23 | 0.37 | 165.58 | 0.92 | 0.33 |
| Hex | 7 | A1 | 7C | 60 | 0 | 17 | 25 | A6 | 5C | 21 |
| Octal | 7 | 241 | 174 | 140 | 0 | 27 | 45 | 246 | 134 | 41 |
| Binary | 111 | 10100001 | 1111100 | 1100000 | 0 | 10111 | 100101 | 10100110 | 1011100 | 100001 |
Color Harmonies of #07A17C
Complementary color
Monochromatic Colors of #07A17C
Black with #07A17C
Text Example
Text Example
White with #07A17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07A17C; }
p { color: rgb(7,161,124); }
H1.HeaderClassName
{
color: #07A17C;
}
.AnyTagClassName
{
color: #07A17C;
}
</style>
background-color css
<style>
a { background-color: #07A17C; }
a { background-color: rgb(7,161,124); }
div.DivClassName
{
background-color: #07A17C;
}
.BgClassName
{
background-color: #07A17C;
}
</style>
border-color css
<style>
span { border-color: #07A17C; }
span { border-color: rgb(7,161,124); }
td.TdClassName
{
border-color: #07A17C;
}
.TagClassName
{
border-color: #07A17C;
}
</style>