Html Css Color HEX #10976D Free Speech Aquamarine
📋 copy color: '#10976D'red 16 ◦ green 151 ◦ blue 109
Shades of Free Speech Aquamarine #10976D
Tints of Free Speech Aquamarine #10976D
RGB
CMYK
RGB Variations
Color information
#10976D (or 0x10976D) is known color: Free Speech Aquamarine. HEX triplet: 10, 97 and 6D. RGB value is (16,151,109). Sum of RGB (Red+Green+Blue) = 16+151+109=276 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.80% from 276); Green value is 151 (59.38% from 255 or 54.71% from 276); Blue value is 109 (42.97% from 255 or 39.49% from 276); Max value from RGB is 151 - color contains mainly: green. Hex color #10976D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10976D is #EF6892. Grayscale: #696969. Windows color (decimal): -15689875 or 7182096. OLE color: 7182096.
HSL color Cylindrical-coordinate representation of color #10976D: hue angle of 161.33º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #10976D is Cyan = 0.89, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 16 | 151 | 109 | - |
| CMYK | 0.89 | 0 | 0.28 | 0.41 |
| HSL | 161.33º | 0.81% | 0.33% | - |
| HSV(B) | 161.33º | 0.89% | 0.59% | - |
| XYZ | 14.04 | 23.35 | 18.23 | - |
| YUV | 105.85 | 129.77 | 63.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 151 | 109 | 0.89 | 0 | 0.28 | 0.41 | 161.33 | 0.81 | 0.33 |
| Hex | 10 | 97 | 6D | 59 | 0 | 1C | 29 | A1 | 51 | 21 |
| Octal | 20 | 227 | 155 | 131 | 0 | 34 | 51 | 241 | 121 | 41 |
| Binary | 10000 | 10010111 | 1101101 | 1011001 | 0 | 11100 | 101001 | 10100001 | 1010001 | 100001 |
Color Harmonies of #10976D
Complementary color
Monochromatic Colors of #10976D
Black with #10976D
Text Example
Text Example
White with #10976D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10976D; }
p { color: rgb(16,151,109); }
H1.HeaderClassName
{
color: #10976D;
}
.AnyTagClassName
{
color: #10976D;
}
</style>
background-color css
<style>
a { background-color: #10976D; }
a { background-color: rgb(16,151,109); }
div.DivClassName
{
background-color: #10976D;
}
.BgClassName
{
background-color: #10976D;
}
</style>
border-color css
<style>
span { border-color: #10976D; }
span { border-color: rgb(16,151,109); }
td.TdClassName
{
border-color: #10976D;
}
.TagClassName
{
border-color: #10976D;
}
</style>