Html Css Color HEX #009973 Free Speech Aquamarine
📋 copy color: '#009973'red 0 ◦ green 153 ◦ blue 115
Shades of Free Speech Aquamarine #009973
Tints of Free Speech Aquamarine #009973
RGB
CMYK
RGB Variations
Color information
#009973 (or 0x009973) is known color: Free Speech Aquamarine. HEX triplet: 00, 99 and 73. RGB value is (0,153,115). Sum of RGB (Red+Green+Blue) = 0+153+115=268 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 268); Green value is 153 (60.16% from 255 or 57.09% from 268); Blue value is 115 (45.31% from 255 or 42.91% from 268); Max value from RGB is 153 - color contains mainly: green. Hex color #009973 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #009973 is #FF668C. Grayscale: #666666. Windows color (decimal): -16737933 or 7575808. OLE color: 7575808.
HSL color Cylindrical-coordinate representation of color #009973: hue angle of 165.1º 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 #009973 is Cyan = 1, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 0 | 153 | 115 | - |
| CMYK | 1 | 0 | 0.25 | 0.4 |
| HSL | 165.1º | 1% | 0.3% | - |
| HSV(B) | 165.1º | 1% | 0.6% | - |
| XYZ | 14.49 | 24.02 | 20.09 | - |
| YUV | 102.92 | 134.81 | 54.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 153 | 115 | 1 | 0 | 0.25 | 0.4 | 165.1 | 1 | 0.3 |
| Hex | 0 | 99 | 73 | 64 | 0 | 19 | 28 | A5 | 64 | 1E |
| Octal | 0 | 231 | 163 | 144 | 0 | 31 | 50 | 245 | 144 | 36 |
| Binary | 0 | 10011001 | 1110011 | 1100100 | 0 | 11001 | 101000 | 10100101 | 1100100 | 11110 |
Color Harmonies of #009973
Complementary color
Monochromatic Colors of #009973
Black with #009973
Text Example
Text Example
White with #009973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009973; }
p { color: rgb(0,153,115); }
H1.HeaderClassName
{
color: #009973;
}
.AnyTagClassName
{
color: #009973;
}
</style>
background-color css
<style>
a { background-color: #009973; }
a { background-color: rgb(0,153,115); }
div.DivClassName
{
background-color: #009973;
}
.BgClassName
{
background-color: #009973;
}
</style>
border-color css
<style>
span { border-color: #009973; }
span { border-color: rgb(0,153,115); }
td.TdClassName
{
border-color: #009973;
}
.TagClassName
{
border-color: #009973;
}
</style>