Html Css Color HEX #0AA37D Free Speech Aquamarine
📋 copy color: '#0AA37D'red 10 ◦ green 163 ◦ blue 125
Shades of Free Speech Aquamarine #0AA37D
Tints of Free Speech Aquamarine #0AA37D
RGB
CMYK
RGB Variations
Color information
#0AA37D (or 0x0AA37D) is known color: Free Speech Aquamarine. HEX triplet: 0A, A3 and 7D. RGB value is (10,163,125). Sum of RGB (Red+Green+Blue) = 10+163+125=298 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.36% from 298); Green value is 163 (64.06% from 255 or 54.70% from 298); Blue value is 125 (49.22% from 255 or 41.95% from 298); Max value from RGB is 163 - color contains mainly: green. Hex color #0AA37D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0AA37D is #F55C82. Grayscale: #707070. Windows color (decimal): -16080003 or 8233738. OLE color: 8233738.
HSL color Cylindrical-coordinate representation of color #0AA37D: hue angle of 165.1º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AA37D is Cyan = 0.94, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 10 | 163 | 125 | - |
| CMYK | 0.94 | 0 | 0.23 | 0.36 |
| HSL | 165.1º | 0.88% | 0.34% | - |
| HSV(B) | 165.1º | 0.94% | 0.64% | - |
| XYZ | 16.92 | 27.74 | 23.86 | - |
| YUV | 112.92 | 134.81 | 54.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 163 | 125 | 0.94 | 0 | 0.23 | 0.36 | 165.1 | 0.88 | 0.34 |
| Hex | A | A3 | 7D | 5E | 0 | 17 | 24 | A5 | 58 | 22 |
| Octal | 12 | 243 | 175 | 136 | 0 | 27 | 44 | 245 | 130 | 42 |
| Binary | 1010 | 10100011 | 1111101 | 1011110 | 0 | 10111 | 100100 | 10100101 | 1011000 | 100010 |
Color Harmonies of #0AA37D
Complementary color
Monochromatic Colors of #0AA37D
Black with #0AA37D
Text Example
Text Example
White with #0AA37D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AA37D; }
p { color: rgb(10,163,125); }
H1.HeaderClassName
{
color: #0AA37D;
}
.AnyTagClassName
{
color: #0AA37D;
}
</style>
background-color css
<style>
a { background-color: #0AA37D; }
a { background-color: rgb(10,163,125); }
div.DivClassName
{
background-color: #0AA37D;
}
.BgClassName
{
background-color: #0AA37D;
}
</style>
border-color css
<style>
span { border-color: #0AA37D; }
span { border-color: rgb(10,163,125); }
td.TdClassName
{
border-color: #0AA37D;
}
.TagClassName
{
border-color: #0AA37D;
}
</style>