Html Css Color HEX #10A878 Free Speech Aquamarine
📋 copy color: '#10A878'red 16 ◦ green 168 ◦ blue 120
Shades of Free Speech Aquamarine #10A878
Tints of Free Speech Aquamarine #10A878
RGB
CMYK
RGB Variations
Color information
#10A878 (or 0x10A878) is known color: Free Speech Aquamarine. HEX triplet: 10, A8 and 78. RGB value is (16,168,120). Sum of RGB (Red+Green+Blue) = 16+168+120=304 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.26% from 304); Green value is 168 (66.02% from 255 or 55.26% from 304); Blue value is 120 (47.27% from 255 or 39.47% from 304); Max value from RGB is 168 - color contains mainly: green. Hex color #10A878 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10A878 is #EF5787. Grayscale: #757575. Windows color (decimal): -15685512 or 7907344. OLE color: 7907344.
HSL color Cylindrical-coordinate representation of color #10A878: hue angle of 161.05º 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 #10A878 is Cyan = 0.90, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 16 | 168 | 120 | - |
| CMYK | 0.90 | 0 | 0.29 | 0.34 |
| HSL | 161.05º | 0.83% | 0.36% | - |
| HSV(B) | 161.05º | 0.9% | 0.66% | - |
| XYZ | 17.61 | 29.47 | 22.53 | - |
| YUV | 117.08 | 129.64 | 55.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 168 | 120 | 0.90 | 0 | 0.29 | 0.34 | 161.05 | 0.83 | 0.36 |
| Hex | 10 | A8 | 78 | 5A | 0 | 1D | 22 | A1 | 53 | 24 |
| Octal | 20 | 250 | 170 | 132 | 0 | 35 | 42 | 241 | 123 | 44 |
| Binary | 10000 | 10101000 | 1111000 | 1011010 | 0 | 11101 | 100010 | 10100001 | 1010011 | 100100 |
Color Harmonies of #10A878
Complementary color
Monochromatic Colors of #10A878
Black with #10A878
Text Example
Text Example
White with #10A878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10A878; }
p { color: rgb(16,168,120); }
H1.HeaderClassName
{
color: #10A878;
}
.AnyTagClassName
{
color: #10A878;
}
</style>
background-color css
<style>
a { background-color: #10A878; }
a { background-color: rgb(16,168,120); }
div.DivClassName
{
background-color: #10A878;
}
.BgClassName
{
background-color: #10A878;
}
</style>
border-color css
<style>
span { border-color: #10A878; }
span { border-color: rgb(16,168,120); }
td.TdClassName
{
border-color: #10A878;
}
.TagClassName
{
border-color: #10A878;
}
</style>