Html Css Color HEX #109D76 Free Speech Aquamarine
📋 copy color: '#109D76'red 16 ◦ green 157 ◦ blue 118
Shades of Free Speech Aquamarine #109D76
Tints of Free Speech Aquamarine #109D76
RGB
CMYK
RGB Variations
Color information
#109D76 (or 0x109D76) is known color: Free Speech Aquamarine. HEX triplet: 10, 9D and 76. RGB value is (16,157,118). Sum of RGB (Red+Green+Blue) = 16+157+118=291 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.50% from 291); Green value is 157 (61.72% from 255 or 53.95% from 291); Blue value is 118 (46.48% from 255 or 40.55% from 291); Max value from RGB is 157 - color contains mainly: green. Hex color #109D76 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #109D76 is #EF6289. Grayscale: #6E6E6E. Windows color (decimal): -15688330 or 7773456. OLE color: 7773456.
HSL color Cylindrical-coordinate representation of color #109D76: hue angle of 163.4º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #109D76 is Cyan = 0.90, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 16 | 157 | 118 | - |
| CMYK | 0.90 | 0 | 0.25 | 0.38 |
| HSL | 163.4º | 0.82% | 0.34% | - |
| HSV(B) | 163.4º | 0.9% | 0.62% | - |
| XYZ | 15.54 | 25.53 | 21.25 | - |
| YUV | 110.4 | 132.29 | 60.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 157 | 118 | 0.90 | 0 | 0.25 | 0.38 | 163.4 | 0.82 | 0.34 |
| Hex | 10 | 9D | 76 | 5A | 0 | 19 | 26 | A3 | 52 | 22 |
| Octal | 20 | 235 | 166 | 132 | 0 | 31 | 46 | 243 | 122 | 42 |
| Binary | 10000 | 10011101 | 1110110 | 1011010 | 0 | 11001 | 100110 | 10100011 | 1010010 | 100010 |
Color Harmonies of #109D76
Complementary color
Monochromatic Colors of #109D76
Black with #109D76
Text Example
Text Example
White with #109D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109D76; }
p { color: rgb(16,157,118); }
H1.HeaderClassName
{
color: #109D76;
}
.AnyTagClassName
{
color: #109D76;
}
</style>
background-color css
<style>
a { background-color: #109D76; }
a { background-color: rgb(16,157,118); }
div.DivClassName
{
background-color: #109D76;
}
.BgClassName
{
background-color: #109D76;
}
</style>
border-color css
<style>
span { border-color: #109D76; }
span { border-color: rgb(16,157,118); }
td.TdClassName
{
border-color: #109D76;
}
.TagClassName
{
border-color: #109D76;
}
</style>