Html Css Color HEX #10A377 Free Speech Aquamarine
📋 copy color: '#10A377'red 16 ◦ green 163 ◦ blue 119
Shades of Free Speech Aquamarine #10A377
Tints of Free Speech Aquamarine #10A377
RGB
CMYK
RGB Variations
Color information
#10A377 (or 0x10A377) is known color: Free Speech Aquamarine. HEX triplet: 10, A3 and 77. RGB value is (16,163,119). Sum of RGB (Red+Green+Blue) = 16+163+119=298 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.37% from 298); Green value is 163 (64.06% from 255 or 54.70% from 298); Blue value is 119 (46.88% from 255 or 39.93% from 298); Max value from RGB is 163 - color contains mainly: green. Hex color #10A377 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10A377 is #EF5C88. Grayscale: #727272. Windows color (decimal): -15686793 or 7840528. OLE color: 7840528.
HSL color Cylindrical-coordinate representation of color #10A377: hue angle of 162.04º 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 #10A377 is Cyan = 0.90, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 16 | 163 | 119 | - |
| CMYK | 0.90 | 0 | 0.27 | 0.36 |
| HSL | 162.04º | 0.82% | 0.35% | - |
| HSV(B) | 162.04º | 0.9% | 0.64% | - |
| XYZ | 16.64 | 27.64 | 21.91 | - |
| YUV | 114.03 | 130.8 | 58.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 163 | 119 | 0.90 | 0 | 0.27 | 0.36 | 162.04 | 0.82 | 0.35 |
| Hex | 10 | A3 | 77 | 5A | 0 | 1B | 24 | A2 | 52 | 23 |
| Octal | 20 | 243 | 167 | 132 | 0 | 33 | 44 | 242 | 122 | 43 |
| Binary | 10000 | 10100011 | 1110111 | 1011010 | 0 | 11011 | 100100 | 10100010 | 1010010 | 100011 |
Color Harmonies of #10A377
Complementary color
Monochromatic Colors of #10A377
Black with #10A377
Text Example
Text Example
White with #10A377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10A377; }
p { color: rgb(16,163,119); }
H1.HeaderClassName
{
color: #10A377;
}
.AnyTagClassName
{
color: #10A377;
}
</style>
background-color css
<style>
a { background-color: #10A377; }
a { background-color: rgb(16,163,119); }
div.DivClassName
{
background-color: #10A377;
}
.BgClassName
{
background-color: #10A377;
}
</style>
border-color css
<style>
span { border-color: #10A377; }
span { border-color: rgb(16,163,119); }
td.TdClassName
{
border-color: #10A377;
}
.TagClassName
{
border-color: #10A377;
}
</style>