Html Css Color HEX #0AA384 Free Speech Aquamarine
📋 copy color: '#0AA384'red 10 ◦ green 163 ◦ blue 132
Shades of Free Speech Aquamarine #0AA384
Tints of Free Speech Aquamarine #0AA384
RGB
CMYK
RGB Variations
Color information
#0AA384 (or 0x0AA384) is known color: Free Speech Aquamarine. HEX triplet: 0A, A3 and 84. RGB value is (10,163,132). Sum of RGB (Red+Green+Blue) = 10+163+132=305 (40% of max value = 765). Red value is 10 (4.30% from 255 or 3.28% from 305); Green value is 163 (64.06% from 255 or 53.44% from 305); Blue value is 132 (51.95% from 255 or 43.28% from 305); Max value from RGB is 163 - color contains mainly: green. Hex color #0AA384 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AA384 is #F55C7B. Grayscale: #717171. Windows color (decimal): -16079996 or 8692490. OLE color: 8692490.
HSL color Cylindrical-coordinate representation of color #0AA384: hue angle of 167.84º 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 #0AA384 is Cyan = 0.94, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 10 | 163 | 132 | - |
| CMYK | 0.94 | 0 | 0.19 | 0.36 |
| HSL | 167.84º | 0.88% | 0.34% | - |
| HSV(B) | 167.84º | 0.94% | 0.64% | - |
| XYZ | 17.39 | 27.92 | 26.3 | - |
| YUV | 113.72 | 138.31 | 54.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 163 | 132 | 0.94 | 0 | 0.19 | 0.36 | 167.84 | 0.88 | 0.34 |
| Hex | A | A3 | 84 | 5E | 0 | 13 | 24 | A8 | 58 | 22 |
| Octal | 12 | 243 | 204 | 136 | 0 | 23 | 44 | 250 | 130 | 42 |
| Binary | 1010 | 10100011 | 10000100 | 1011110 | 0 | 10011 | 100100 | 10101000 | 1011000 | 100010 |
Color Harmonies of #0AA384
Complementary color
Monochromatic Colors of #0AA384
Black with #0AA384
Text Example
Text Example
White with #0AA384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AA384; }
p { color: rgb(10,163,132); }
H1.HeaderClassName
{
color: #0AA384;
}
.AnyTagClassName
{
color: #0AA384;
}
</style>
background-color css
<style>
a { background-color: #0AA384; }
a { background-color: rgb(10,163,132); }
div.DivClassName
{
background-color: #0AA384;
}
.BgClassName
{
background-color: #0AA384;
}
</style>
border-color css
<style>
span { border-color: #0AA384; }
span { border-color: rgb(10,163,132); }
td.TdClassName
{
border-color: #0AA384;
}
.TagClassName
{
border-color: #0AA384;
}
</style>