Html Css Color HEX #099C7A Free Speech Aquamarine
📋 copy color: '#099C7A'red 9 ◦ green 156 ◦ blue 122
Shades of Free Speech Aquamarine #099C7A
Tints of Free Speech Aquamarine #099C7A
RGB
CMYK
RGB Variations
Color information
#099C7A (or 0x099C7A) is known color: Free Speech Aquamarine. HEX triplet: 09, 9C and 7A. RGB value is (9,156,122). Sum of RGB (Red+Green+Blue) = 9+156+122=287 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.14% from 287); Green value is 156 (61.33% from 255 or 54.36% from 287); Blue value is 122 (48.05% from 255 or 42.51% from 287); Max value from RGB is 156 - color contains mainly: green. Hex color #099C7A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #099C7A is #F66385. Grayscale: #6C6C6C. Windows color (decimal): -16147334 or 8035337. OLE color: 8035337.
HSL color Cylindrical-coordinate representation of color #099C7A: hue angle of 166.12º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #099C7A is Cyan = 0.94, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 9 | 156 | 122 | - |
| CMYK | 0.94 | 0 | 0.22 | 0.39 |
| HSL | 166.12º | 0.89% | 0.32% | - |
| HSV(B) | 166.12º | 0.94% | 0.61% | - |
| XYZ | 15.51 | 25.24 | 22.47 | - |
| YUV | 108.17 | 135.8 | 57.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 156 | 122 | 0.94 | 0 | 0.22 | 0.39 | 166.12 | 0.89 | 0.32 |
| Hex | 9 | 9C | 7A | 5E | 0 | 16 | 27 | A6 | 59 | 20 |
| Octal | 11 | 234 | 172 | 136 | 0 | 26 | 47 | 246 | 131 | 40 |
| Binary | 1001 | 10011100 | 1111010 | 1011110 | 0 | 10110 | 100111 | 10100110 | 1011001 | 100000 |
Color Harmonies of #099C7A
Complementary color
Monochromatic Colors of #099C7A
Black with #099C7A
Text Example
Text Example
White with #099C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099C7A; }
p { color: rgb(9,156,122); }
H1.HeaderClassName
{
color: #099C7A;
}
.AnyTagClassName
{
color: #099C7A;
}
</style>
background-color css
<style>
a { background-color: #099C7A; }
a { background-color: rgb(9,156,122); }
div.DivClassName
{
background-color: #099C7A;
}
.BgClassName
{
background-color: #099C7A;
}
</style>
border-color css
<style>
span { border-color: #099C7A; }
span { border-color: rgb(9,156,122); }
td.TdClassName
{
border-color: #099C7A;
}
.TagClassName
{
border-color: #099C7A;
}
</style>