Html Css Color HEX #09977B Free Speech Aquamarine
📋 copy color: '#09977B'red 9 ◦ green 151 ◦ blue 123
Shades of Free Speech Aquamarine #09977B
Tints of Free Speech Aquamarine #09977B
RGB
CMYK
RGB Variations
Color information
#09977B (or 0x09977B) is known color: Free Speech Aquamarine. HEX triplet: 09, 97 and 7B. RGB value is (9,151,123). Sum of RGB (Red+Green+Blue) = 9+151+123=283 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.18% from 283); Green value is 151 (59.38% from 255 or 53.36% from 283); Blue value is 123 (48.44% from 255 or 43.46% from 283); Max value from RGB is 151 - color contains mainly: green. Hex color #09977B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09977B is #F66884. Grayscale: #696969. Windows color (decimal): -16148613 or 8099593. OLE color: 8099593.
HSL color Cylindrical-coordinate representation of color #09977B: hue angle of 168.17º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09977B is Cyan = 0.94, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 9 | 151 | 123 | - |
| CMYK | 0.94 | 0 | 0.19 | 0.41 |
| HSL | 168.17º | 0.89% | 0.31% | - |
| HSV(B) | 168.17º | 0.94% | 0.59% | - |
| XYZ | 14.75 | 23.62 | 22.52 | - |
| YUV | 105.35 | 137.96 | 59.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 151 | 123 | 0.94 | 0 | 0.19 | 0.41 | 168.17 | 0.89 | 0.31 |
| Hex | 9 | 97 | 7B | 5E | 0 | 13 | 29 | A8 | 59 | 1F |
| Octal | 11 | 227 | 173 | 136 | 0 | 23 | 51 | 250 | 131 | 37 |
| Binary | 1001 | 10010111 | 1111011 | 1011110 | 0 | 10011 | 101001 | 10101000 | 1011001 | 11111 |
Color Harmonies of #09977B
Complementary color
Monochromatic Colors of #09977B
Black with #09977B
Text Example
Text Example
White with #09977B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09977B; }
p { color: rgb(9,151,123); }
H1.HeaderClassName
{
color: #09977B;
}
.AnyTagClassName
{
color: #09977B;
}
</style>
background-color css
<style>
a { background-color: #09977B; }
a { background-color: rgb(9,151,123); }
div.DivClassName
{
background-color: #09977B;
}
.BgClassName
{
background-color: #09977B;
}
</style>
border-color css
<style>
span { border-color: #09977B; }
span { border-color: rgb(9,151,123); }
td.TdClassName
{
border-color: #09977B;
}
.TagClassName
{
border-color: #09977B;
}
</style>