Html Css Color HEX #099A7B Free Speech Aquamarine
📋 copy color: '#099A7B'red 9 ◦ green 154 ◦ blue 123
Shades of Free Speech Aquamarine #099A7B
Tints of Free Speech Aquamarine #099A7B
RGB
CMYK
RGB Variations
Color information
#099A7B (or 0x099A7B) is known color: Free Speech Aquamarine. HEX triplet: 09, 9A and 7B. RGB value is (9,154,123). Sum of RGB (Red+Green+Blue) = 9+154+123=286 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.15% from 286); Green value is 154 (60.55% from 255 or 53.85% from 286); Blue value is 123 (48.44% from 255 or 43.01% from 286); Max value from RGB is 154 - color contains mainly: green. Hex color #099A7B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #099A7B is #F66584. Grayscale: #6B6B6B. Windows color (decimal): -16147845 or 8100361. OLE color: 8100361.
HSL color Cylindrical-coordinate representation of color #099A7B: hue angle of 167.17º 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 #099A7B is Cyan = 0.94, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 9 | 154 | 123 | - |
| CMYK | 0.94 | 0 | 0.20 | 0.40 |
| HSL | 167.17º | 0.89% | 0.32% | - |
| HSV(B) | 167.17º | 0.94% | 0.6% | - |
| XYZ | 15.24 | 24.6 | 22.68 | - |
| YUV | 107.11 | 136.96 | 58.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 154 | 123 | 0.94 | 0 | 0.20 | 0.40 | 167.17 | 0.89 | 0.32 |
| Hex | 9 | 9A | 7B | 5E | 0 | 14 | 28 | A7 | 59 | 20 |
| Octal | 11 | 232 | 173 | 136 | 0 | 24 | 50 | 247 | 131 | 40 |
| Binary | 1001 | 10011010 | 1111011 | 1011110 | 0 | 10100 | 101000 | 10100111 | 1011001 | 100000 |
Color Harmonies of #099A7B
Complementary color
Monochromatic Colors of #099A7B
Black with #099A7B
Text Example
Text Example
White with #099A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099A7B; }
p { color: rgb(9,154,123); }
H1.HeaderClassName
{
color: #099A7B;
}
.AnyTagClassName
{
color: #099A7B;
}
</style>
background-color css
<style>
a { background-color: #099A7B; }
a { background-color: rgb(9,154,123); }
div.DivClassName
{
background-color: #099A7B;
}
.BgClassName
{
background-color: #099A7B;
}
</style>
border-color css
<style>
span { border-color: #099A7B; }
span { border-color: rgb(9,154,123); }
td.TdClassName
{
border-color: #099A7B;
}
.TagClassName
{
border-color: #099A7B;
}
</style>