Html Css Color HEX #10A474 Free Speech Aquamarine
📋 copy color: '#10A474'red 16 ◦ green 164 ◦ blue 116
Shades of Free Speech Aquamarine #10A474
Tints of Free Speech Aquamarine #10A474
RGB
CMYK
RGB Variations
Color information
#10A474 (or 0x10A474) is known color: Free Speech Aquamarine. HEX triplet: 10, A4 and 74. RGB value is (16,164,116). Sum of RGB (Red+Green+Blue) = 16+164+116=296 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.41% from 296); Green value is 164 (64.45% from 255 or 55.41% from 296); Blue value is 116 (45.70% from 255 or 39.19% from 296); Max value from RGB is 164 - color contains mainly: green. Hex color #10A474 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10A474 is #EF5B8B. Grayscale: #727272. Windows color (decimal): -15686540 or 7644176. OLE color: 7644176.
HSL color Cylindrical-coordinate representation of color #10A474: hue angle of 160.54º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10A474 is Cyan = 0.90, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 16 | 164 | 116 | - |
| CMYK | 0.90 | 0 | 0.29 | 0.36 |
| HSL | 160.54º | 0.82% | 0.35% | - |
| HSV(B) | 160.54º | 0.9% | 0.64% | - |
| XYZ | 16.64 | 27.92 | 21.04 | - |
| YUV | 114.28 | 128.97 | 57.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 164 | 116 | 0.90 | 0 | 0.29 | 0.36 | 160.54 | 0.82 | 0.35 |
| Hex | 10 | A4 | 74 | 5A | 0 | 1D | 24 | A1 | 52 | 23 |
| Octal | 20 | 244 | 164 | 132 | 0 | 35 | 44 | 241 | 122 | 43 |
| Binary | 10000 | 10100100 | 1110100 | 1011010 | 0 | 11101 | 100100 | 10100001 | 1010010 | 100011 |
Color Harmonies of #10A474
Complementary color
Monochromatic Colors of #10A474
Black with #10A474
Text Example
Text Example
White with #10A474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10A474; }
p { color: rgb(16,164,116); }
H1.HeaderClassName
{
color: #10A474;
}
.AnyTagClassName
{
color: #10A474;
}
</style>
background-color css
<style>
a { background-color: #10A474; }
a { background-color: rgb(16,164,116); }
div.DivClassName
{
background-color: #10A474;
}
.BgClassName
{
background-color: #10A474;
}
</style>
border-color css
<style>
span { border-color: #10A474; }
span { border-color: rgb(16,164,116); }
td.TdClassName
{
border-color: #10A474;
}
.TagClassName
{
border-color: #10A474;
}
</style>