Html Css Color HEX #00997E Free Speech Aquamarine
📋 copy color: '#00997E'red 0 ◦ green 153 ◦ blue 126
Shades of Free Speech Aquamarine #00997E
Tints of Free Speech Aquamarine #00997E
RGB
CMYK
RGB Variations
Color information
#00997E (or 0x00997E) is known color: Free Speech Aquamarine. HEX triplet: 00, 99 and 7E. RGB value is (0,153,126). Sum of RGB (Red+Green+Blue) = 0+153+126=279 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 279); Green value is 153 (60.16% from 255 or 54.84% from 279); Blue value is 126 (49.61% from 255 or 45.16% from 279); Max value from RGB is 153 - color contains mainly: green. Hex color #00997E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00997E is #FF6681. Grayscale: #686868. Windows color (decimal): -16737922 or 8296704. OLE color: 8296704.
HSL color Cylindrical-coordinate representation of color #00997E: hue angle of 169.41º 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 #00997E is Cyan = 1, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 0 | 153 | 126 | - |
| CMYK | 1 | 0 | 0.18 | 0.4 |
| HSL | 169.41º | 1% | 0.3% | - |
| HSV(B) | 169.41º | 1% | 0.6% | - |
| XYZ | 15.16 | 24.29 | 23.63 | - |
| YUV | 104.18 | 140.31 | 53.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 153 | 126 | 1 | 0 | 0.18 | 0.4 | 169.41 | 1 | 0.3 |
| Hex | 0 | 99 | 7E | 64 | 0 | 12 | 28 | A9 | 64 | 1E |
| Octal | 0 | 231 | 176 | 144 | 0 | 22 | 50 | 251 | 144 | 36 |
| Binary | 0 | 10011001 | 1111110 | 1100100 | 0 | 10010 | 101000 | 10101001 | 1100100 | 11110 |
Color Harmonies of #00997E
Complementary color
Monochromatic Colors of #00997E
Black with #00997E
Text Example
Text Example
White with #00997E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00997E; }
p { color: rgb(0,153,126); }
H1.HeaderClassName
{
color: #00997E;
}
.AnyTagClassName
{
color: #00997E;
}
</style>
background-color css
<style>
a { background-color: #00997E; }
a { background-color: rgb(0,153,126); }
div.DivClassName
{
background-color: #00997E;
}
.BgClassName
{
background-color: #00997E;
}
</style>
border-color css
<style>
span { border-color: #00997E; }
span { border-color: rgb(0,153,126); }
td.TdClassName
{
border-color: #00997E;
}
.TagClassName
{
border-color: #00997E;
}
</style>