Html Css Color HEX #09987E Free Speech Aquamarine
📋 copy color: '#09987E'red 9 ◦ green 152 ◦ blue 126
Shades of Free Speech Aquamarine #09987E
Tints of Free Speech Aquamarine #09987E
RGB
CMYK
RGB Variations
Color information
#09987E (or 0x09987E) is known color: Free Speech Aquamarine. HEX triplet: 09, 98 and 7E. RGB value is (9,152,126). Sum of RGB (Red+Green+Blue) = 9+152+126=287 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.14% from 287); Green value is 152 (59.77% from 255 or 52.96% from 287); Blue value is 126 (49.61% from 255 or 43.90% from 287); Max value from RGB is 152 - color contains mainly: green. Hex color #09987E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09987E is #F66781. Grayscale: #6A6A6A. Windows color (decimal): -16148354 or 8296457. OLE color: 8296457.
HSL color Cylindrical-coordinate representation of color #09987E: hue angle of 169.09º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09987E is Cyan = 0.94, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 9 | 152 | 126 | - |
| CMYK | 0.94 | 0 | 0.17 | 0.40 |
| HSL | 169.09º | 0.89% | 0.32% | - |
| HSV(B) | 169.09º | 0.94% | 0.6% | - |
| XYZ | 15.11 | 24.02 | 23.58 | - |
| YUV | 106.28 | 139.12 | 58.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 152 | 126 | 0.94 | 0 | 0.17 | 0.40 | 169.09 | 0.89 | 0.32 |
| Hex | 9 | 98 | 7E | 5E | 0 | 11 | 28 | A9 | 59 | 20 |
| Octal | 11 | 230 | 176 | 136 | 0 | 21 | 50 | 251 | 131 | 40 |
| Binary | 1001 | 10011000 | 1111110 | 1011110 | 0 | 10001 | 101000 | 10101001 | 1011001 | 100000 |
Color Harmonies of #09987E
Complementary color
Monochromatic Colors of #09987E
Black with #09987E
Text Example
Text Example
White with #09987E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09987E; }
p { color: rgb(9,152,126); }
H1.HeaderClassName
{
color: #09987E;
}
.AnyTagClassName
{
color: #09987E;
}
</style>
background-color css
<style>
a { background-color: #09987E; }
a { background-color: rgb(9,152,126); }
div.DivClassName
{
background-color: #09987E;
}
.BgClassName
{
background-color: #09987E;
}
</style>
border-color css
<style>
span { border-color: #09987E; }
span { border-color: rgb(9,152,126); }
td.TdClassName
{
border-color: #09987E;
}
.TagClassName
{
border-color: #09987E;
}
</style>