Html Css Color HEX #10A876 Free Speech Aquamarine
📋 copy color: '#10A876'red 16 ◦ green 168 ◦ blue 118
Shades of Free Speech Aquamarine #10A876
Tints of Free Speech Aquamarine #10A876
RGB
CMYK
RGB Variations
Color information
#10A876 (or 0x10A876) is known color: Free Speech Aquamarine. HEX triplet: 10, A8 and 76. RGB value is (16,168,118). Sum of RGB (Red+Green+Blue) = 16+168+118=302 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.30% from 302); Green value is 168 (66.02% from 255 or 55.63% from 302); Blue value is 118 (46.48% from 255 or 39.07% from 302); Max value from RGB is 168 - color contains mainly: green. Hex color #10A876 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10A876 is #EF5789. Grayscale: #747474. Windows color (decimal): -15685514 or 7776272. OLE color: 7776272.
HSL color Cylindrical-coordinate representation of color #10A876: hue angle of 160.26º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10A876 is Cyan = 0.90, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 16 | 168 | 118 | - |
| CMYK | 0.90 | 0 | 0.30 | 0.34 |
| HSL | 160.26º | 0.83% | 0.36% | - |
| HSV(B) | 160.26º | 0.9% | 0.66% | - |
| XYZ | 17.49 | 29.42 | 21.9 | - |
| YUV | 116.85 | 128.64 | 56.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 168 | 118 | 0.90 | 0 | 0.30 | 0.34 | 160.26 | 0.83 | 0.36 |
| Hex | 10 | A8 | 76 | 5A | 0 | 1E | 22 | A0 | 53 | 24 |
| Octal | 20 | 250 | 166 | 132 | 0 | 36 | 42 | 240 | 123 | 44 |
| Binary | 10000 | 10101000 | 1110110 | 1011010 | 0 | 11110 | 100010 | 10100000 | 1010011 | 100100 |
Color Harmonies of #10A876
Complementary color
Monochromatic Colors of #10A876
Black with #10A876
Text Example
Text Example
White with #10A876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10A876; }
p { color: rgb(16,168,118); }
H1.HeaderClassName
{
color: #10A876;
}
.AnyTagClassName
{
color: #10A876;
}
</style>
background-color css
<style>
a { background-color: #10A876; }
a { background-color: rgb(16,168,118); }
div.DivClassName
{
background-color: #10A876;
}
.BgClassName
{
background-color: #10A876;
}
</style>
border-color css
<style>
span { border-color: #10A876; }
span { border-color: rgb(16,168,118); }
td.TdClassName
{
border-color: #10A876;
}
.TagClassName
{
border-color: #10A876;
}
</style>