Html Css Color HEX #09997B Free Speech Aquamarine
📋 copy color: '#09997B'red 9 ◦ green 153 ◦ blue 123
Shades of Free Speech Aquamarine #09997B
Tints of Free Speech Aquamarine #09997B
RGB
CMYK
RGB Variations
Color information
#09997B (or 0x09997B) is known color: Free Speech Aquamarine. HEX triplet: 09, 99 and 7B. RGB value is (9,153,123). Sum of RGB (Red+Green+Blue) = 9+153+123=285 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.16% from 285); Green value is 153 (60.16% from 255 or 53.68% from 285); Blue value is 123 (48.44% from 255 or 43.16% from 285); Max value from RGB is 153 - color contains mainly: green. Hex color #09997B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09997B is #F66684. Grayscale: #6A6A6A. Windows color (decimal): -16148101 or 8100105. OLE color: 8100105.
HSL color Cylindrical-coordinate representation of color #09997B: hue angle of 167.5º 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 #09997B is Cyan = 0.94, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 9 | 153 | 123 | - |
| CMYK | 0.94 | 0 | 0.20 | 0.4 |
| HSL | 167.5º | 0.89% | 0.32% | - |
| HSV(B) | 167.5º | 0.94% | 0.6% | - |
| XYZ | 15.08 | 24.27 | 22.63 | - |
| YUV | 106.52 | 137.29 | 58.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 153 | 123 | 0.94 | 0 | 0.20 | 0.4 | 167.5 | 0.89 | 0.32 |
| Hex | 9 | 99 | 7B | 5E | 0 | 14 | 28 | A8 | 59 | 20 |
| Octal | 11 | 231 | 173 | 136 | 0 | 24 | 50 | 250 | 131 | 40 |
| Binary | 1001 | 10011001 | 1111011 | 1011110 | 0 | 10100 | 101000 | 10101000 | 1011001 | 100000 |
Color Harmonies of #09997B
Complementary color
Monochromatic Colors of #09997B
Black with #09997B
Text Example
Text Example
White with #09997B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09997B; }
p { color: rgb(9,153,123); }
H1.HeaderClassName
{
color: #09997B;
}
.AnyTagClassName
{
color: #09997B;
}
</style>
background-color css
<style>
a { background-color: #09997B; }
a { background-color: rgb(9,153,123); }
div.DivClassName
{
background-color: #09997B;
}
.BgClassName
{
background-color: #09997B;
}
</style>
border-color css
<style>
span { border-color: #09997B; }
span { border-color: rgb(9,153,123); }
td.TdClassName
{
border-color: #09997B;
}
.TagClassName
{
border-color: #09997B;
}
</style>