Html Css Color HEX #099C7B Free Speech Aquamarine
📋 copy color: '#099C7B'red 9 ◦ green 156 ◦ blue 123
Shades of Free Speech Aquamarine #099C7B
Tints of Free Speech Aquamarine #099C7B
RGB
CMYK
RGB Variations
Color information
#099C7B (or 0x099C7B) is known color: Free Speech Aquamarine. HEX triplet: 09, 9C and 7B. RGB value is (9,156,123). Sum of RGB (Red+Green+Blue) = 9+156+123=288 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.12% from 288); Green value is 156 (61.33% from 255 or 54.17% from 288); Blue value is 123 (48.44% from 255 or 42.71% from 288); Max value from RGB is 156 - color contains mainly: green. Hex color #099C7B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #099C7B is #F66384. Grayscale: #6C6C6C. Windows color (decimal): -16147333 or 8100873. OLE color: 8100873.
HSL color Cylindrical-coordinate representation of color #099C7B: hue angle of 166.53º 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 #099C7B is Cyan = 0.94, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 9 | 156 | 123 | - |
| CMYK | 0.94 | 0 | 0.21 | 0.39 |
| HSL | 166.53º | 0.89% | 0.32% | - |
| HSV(B) | 166.53º | 0.94% | 0.61% | - |
| XYZ | 15.58 | 25.27 | 22.79 | - |
| YUV | 108.29 | 136.3 | 57.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 156 | 123 | 0.94 | 0 | 0.21 | 0.39 | 166.53 | 0.89 | 0.32 |
| Hex | 9 | 9C | 7B | 5E | 0 | 15 | 27 | A7 | 59 | 20 |
| Octal | 11 | 234 | 173 | 136 | 0 | 25 | 47 | 247 | 131 | 40 |
| Binary | 1001 | 10011100 | 1111011 | 1011110 | 0 | 10101 | 100111 | 10100111 | 1011001 | 100000 |
Color Harmonies of #099C7B
Complementary color
Monochromatic Colors of #099C7B
Black with #099C7B
Text Example
Text Example
White with #099C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099C7B; }
p { color: rgb(9,156,123); }
H1.HeaderClassName
{
color: #099C7B;
}
.AnyTagClassName
{
color: #099C7B;
}
</style>
background-color css
<style>
a { background-color: #099C7B; }
a { background-color: rgb(9,156,123); }
div.DivClassName
{
background-color: #099C7B;
}
.BgClassName
{
background-color: #099C7B;
}
</style>
border-color css
<style>
span { border-color: #099C7B; }
span { border-color: rgb(9,156,123); }
td.TdClassName
{
border-color: #099C7B;
}
.TagClassName
{
border-color: #099C7B;
}
</style>