Html Css Color HEX #00987A Free Speech Aquamarine
📋 copy color: '#00987A'red 0 ◦ green 152 ◦ blue 122
Shades of Free Speech Aquamarine #00987A
Tints of Free Speech Aquamarine #00987A
RGB
CMYK
RGB Variations
Color information
#00987A (or 0x00987A) is known color: Free Speech Aquamarine. HEX triplet: 00, 98 and 7A. RGB value is (0,152,122). Sum of RGB (Red+Green+Blue) = 0+152+122=274 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 274); Green value is 152 (59.77% from 255 or 55.47% from 274); Blue value is 122 (48.05% from 255 or 44.53% from 274); Max value from RGB is 152 - color contains mainly: green. Hex color #00987A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00987A is #FF6785. Grayscale: #676767. Windows color (decimal): -16738182 or 8034304. OLE color: 8034304.
HSL color Cylindrical-coordinate representation of color #00987A: hue angle of 168.16º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00987A is Cyan = 1, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 0 | 152 | 122 | - |
| CMYK | 1 | 0 | 0.20 | 0.40 |
| HSL | 168.16º | 1% | 0.3% | - |
| HSV(B) | 168.16º | 1% | 0.6% | - |
| XYZ | 14.74 | 23.86 | 22.24 | - |
| YUV | 103.13 | 138.64 | 54.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 152 | 122 | 1 | 0 | 0.20 | 0.40 | 168.16 | 1 | 0.3 |
| Hex | 0 | 98 | 7A | 64 | 0 | 14 | 28 | A8 | 64 | 1E |
| Octal | 0 | 230 | 172 | 144 | 0 | 24 | 50 | 250 | 144 | 36 |
| Binary | 0 | 10011000 | 1111010 | 1100100 | 0 | 10100 | 101000 | 10101000 | 1100100 | 11110 |
Color Harmonies of #00987A
Complementary color
Monochromatic Colors of #00987A
Black with #00987A
Text Example
Text Example
White with #00987A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00987A; }
p { color: rgb(0,152,122); }
H1.HeaderClassName
{
color: #00987A;
}
.AnyTagClassName
{
color: #00987A;
}
</style>
background-color css
<style>
a { background-color: #00987A; }
a { background-color: rgb(0,152,122); }
div.DivClassName
{
background-color: #00987A;
}
.BgClassName
{
background-color: #00987A;
}
</style>
border-color css
<style>
span { border-color: #00987A; }
span { border-color: rgb(0,152,122); }
td.TdClassName
{
border-color: #00987A;
}
.TagClassName
{
border-color: #00987A;
}
</style>