Html Css Color HEX #099C77 Free Speech Aquamarine
📋 copy color: '#099C77'red 9 ◦ green 156 ◦ blue 119
Shades of Free Speech Aquamarine #099C77
Tints of Free Speech Aquamarine #099C77
RGB
CMYK
RGB Variations
Color information
#099C77 (or 0x099C77) is known color: Free Speech Aquamarine. HEX triplet: 09, 9C and 77. RGB value is (9,156,119). Sum of RGB (Red+Green+Blue) = 9+156+119=284 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.17% from 284); Green value is 156 (61.33% from 255 or 54.93% from 284); Blue value is 119 (46.88% from 255 or 41.90% from 284); Max value from RGB is 156 - color contains mainly: green. Hex color #099C77 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #099C77 is #F66388. Grayscale: #6B6B6B. Windows color (decimal): -16147337 or 7838729. OLE color: 7838729.
HSL color Cylindrical-coordinate representation of color #099C77: hue angle of 164.9º 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 #099C77 is Cyan = 0.94, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 9 | 156 | 119 | - |
| CMYK | 0.94 | 0 | 0.24 | 0.39 |
| HSL | 164.9º | 0.89% | 0.32% | - |
| HSV(B) | 164.9º | 0.94% | 0.61% | - |
| XYZ | 15.33 | 25.17 | 21.5 | - |
| YUV | 107.83 | 134.3 | 57.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 156 | 119 | 0.94 | 0 | 0.24 | 0.39 | 164.9 | 0.89 | 0.32 |
| Hex | 9 | 9C | 77 | 5E | 0 | 18 | 27 | A5 | 59 | 20 |
| Octal | 11 | 234 | 167 | 136 | 0 | 30 | 47 | 245 | 131 | 40 |
| Binary | 1001 | 10011100 | 1110111 | 1011110 | 0 | 11000 | 100111 | 10100101 | 1011001 | 100000 |
Color Harmonies of #099C77
Complementary color
Monochromatic Colors of #099C77
Black with #099C77
Text Example
Text Example
White with #099C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099C77; }
p { color: rgb(9,156,119); }
H1.HeaderClassName
{
color: #099C77;
}
.AnyTagClassName
{
color: #099C77;
}
</style>
background-color css
<style>
a { background-color: #099C77; }
a { background-color: rgb(9,156,119); }
div.DivClassName
{
background-color: #099C77;
}
.BgClassName
{
background-color: #099C77;
}
</style>
border-color css
<style>
span { border-color: #099C77; }
span { border-color: rgb(9,156,119); }
td.TdClassName
{
border-color: #099C77;
}
.TagClassName
{
border-color: #099C77;
}
</style>