Html Css Color HEX #10A374 Free Speech Aquamarine
📋 copy color: '#10A374'red 16 ◦ green 163 ◦ blue 116
Shades of Free Speech Aquamarine #10A374
Tints of Free Speech Aquamarine #10A374
RGB
CMYK
RGB Variations
Color information
#10A374 (or 0x10A374) is known color: Free Speech Aquamarine. HEX triplet: 10, A3 and 74. RGB value is (16,163,116). Sum of RGB (Red+Green+Blue) = 16+163+116=295 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.42% from 295); Green value is 163 (64.06% from 255 or 55.25% from 295); Blue value is 116 (45.70% from 255 or 39.32% from 295); Max value from RGB is 163 - color contains mainly: green. Hex color #10A374 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10A374 is #EF5C8B. Grayscale: #717171. Windows color (decimal): -15686796 or 7643920. OLE color: 7643920.
HSL color Cylindrical-coordinate representation of color #10A374: hue angle of 160.82º 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 #10A374 is Cyan = 0.90, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 16 | 163 | 116 | - |
| CMYK | 0.90 | 0 | 0.29 | 0.36 |
| HSL | 160.82º | 0.82% | 0.35% | - |
| HSV(B) | 160.82º | 0.9% | 0.64% | - |
| XYZ | 16.46 | 27.57 | 20.98 | - |
| YUV | 113.69 | 129.3 | 58.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 163 | 116 | 0.90 | 0 | 0.29 | 0.36 | 160.82 | 0.82 | 0.35 |
| Hex | 10 | A3 | 74 | 5A | 0 | 1D | 24 | A1 | 52 | 23 |
| Octal | 20 | 243 | 164 | 132 | 0 | 35 | 44 | 241 | 122 | 43 |
| Binary | 10000 | 10100011 | 1110100 | 1011010 | 0 | 11101 | 100100 | 10100001 | 1010010 | 100011 |
Color Harmonies of #10A374
Complementary color
Monochromatic Colors of #10A374
Black with #10A374
Text Example
Text Example
White with #10A374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10A374; }
p { color: rgb(16,163,116); }
H1.HeaderClassName
{
color: #10A374;
}
.AnyTagClassName
{
color: #10A374;
}
</style>
background-color css
<style>
a { background-color: #10A374; }
a { background-color: rgb(16,163,116); }
div.DivClassName
{
background-color: #10A374;
}
.BgClassName
{
background-color: #10A374;
}
</style>
border-color css
<style>
span { border-color: #10A374; }
span { border-color: rgb(16,163,116); }
td.TdClassName
{
border-color: #10A374;
}
.TagClassName
{
border-color: #10A374;
}
</style>