Html Css Color HEX #10996D Free Speech Aquamarine
📋 copy color: '#10996D'red 16 ◦ green 153 ◦ blue 109
Shades of Free Speech Aquamarine #10996D
Tints of Free Speech Aquamarine #10996D
RGB
CMYK
RGB Variations
Color information
#10996D (or 0x10996D) is known color: Free Speech Aquamarine. HEX triplet: 10, 99 and 6D. RGB value is (16,153,109). Sum of RGB (Red+Green+Blue) = 16+153+109=278 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.76% from 278); Green value is 153 (60.16% from 255 or 55.04% from 278); Blue value is 109 (42.97% from 255 or 39.21% from 278); Max value from RGB is 153 - color contains mainly: green. Hex color #10996D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10996D is #EF6692. Grayscale: #6B6B6B. Windows color (decimal): -15689363 or 7182608. OLE color: 7182608.
HSL color Cylindrical-coordinate representation of color #10996D: hue angle of 160.73º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10996D is Cyan = 0.90, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 16 | 153 | 109 | - |
| CMYK | 0.90 | 0 | 0.29 | 0.4 |
| HSL | 160.73º | 0.81% | 0.33% | - |
| HSV(B) | 160.73º | 0.9% | 0.6% | - |
| XYZ | 14.37 | 24 | 18.34 | - |
| YUV | 107.02 | 129.11 | 63.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 153 | 109 | 0.90 | 0 | 0.29 | 0.4 | 160.73 | 0.81 | 0.33 |
| Hex | 10 | 99 | 6D | 5A | 0 | 1D | 28 | A1 | 51 | 21 |
| Octal | 20 | 231 | 155 | 132 | 0 | 35 | 50 | 241 | 121 | 41 |
| Binary | 10000 | 10011001 | 1101101 | 1011010 | 0 | 11101 | 101000 | 10100001 | 1010001 | 100001 |
Color Harmonies of #10996D
Complementary color
Monochromatic Colors of #10996D
Black with #10996D
Text Example
Text Example
White with #10996D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10996D; }
p { color: rgb(16,153,109); }
H1.HeaderClassName
{
color: #10996D;
}
.AnyTagClassName
{
color: #10996D;
}
</style>
background-color css
<style>
a { background-color: #10996D; }
a { background-color: rgb(16,153,109); }
div.DivClassName
{
background-color: #10996D;
}
.BgClassName
{
background-color: #10996D;
}
</style>
border-color css
<style>
span { border-color: #10996D; }
span { border-color: rgb(16,153,109); }
td.TdClassName
{
border-color: #10996D;
}
.TagClassName
{
border-color: #10996D;
}
</style>