Html Css Color HEX #099C80 Free Speech Aquamarine
📋 copy color: '#099C80'red 9 ◦ green 156 ◦ blue 128
Shades of Free Speech Aquamarine #099C80
Tints of Free Speech Aquamarine #099C80
RGB
CMYK
RGB Variations
Color information
#099C80 (or 0x099C80) is known color: Free Speech Aquamarine. HEX triplet: 09, 9C and 80. RGB value is (9,156,128). Sum of RGB (Red+Green+Blue) = 9+156+128=293 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.07% from 293); Green value is 156 (61.33% from 255 or 53.24% from 293); Blue value is 128 (50.39% from 255 or 43.69% from 293); Max value from RGB is 156 - color contains mainly: green. Hex color #099C80 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099C80 is #F6637F. Grayscale: #6C6C6C. Windows color (decimal): -16147328 or 8428553. OLE color: 8428553.
HSL color Cylindrical-coordinate representation of color #099C80: hue angle of 168.57º 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 #099C80 is Cyan = 0.94, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 9 | 156 | 128 | - |
| CMYK | 0.94 | 0 | 0.18 | 0.39 |
| HSL | 168.57º | 0.89% | 0.32% | - |
| HSV(B) | 168.57º | 0.94% | 0.61% | - |
| XYZ | 15.9 | 25.39 | 24.49 | - |
| YUV | 108.86 | 138.8 | 56.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 156 | 128 | 0.94 | 0 | 0.18 | 0.39 | 168.57 | 0.89 | 0.32 |
| Hex | 9 | 9C | 80 | 5E | 0 | 12 | 27 | A9 | 59 | 20 |
| Octal | 11 | 234 | 200 | 136 | 0 | 22 | 47 | 251 | 131 | 40 |
| Binary | 1001 | 10011100 | 10000000 | 1011110 | 0 | 10010 | 100111 | 10101001 | 1011001 | 100000 |
Color Harmonies of #099C80
Complementary color
Monochromatic Colors of #099C80
Black with #099C80
Text Example
Text Example
White with #099C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099C80; }
p { color: rgb(9,156,128); }
H1.HeaderClassName
{
color: #099C80;
}
.AnyTagClassName
{
color: #099C80;
}
</style>
background-color css
<style>
a { background-color: #099C80; }
a { background-color: rgb(9,156,128); }
div.DivClassName
{
background-color: #099C80;
}
.BgClassName
{
background-color: #099C80;
}
</style>
border-color css
<style>
span { border-color: #099C80; }
span { border-color: rgb(9,156,128); }
td.TdClassName
{
border-color: #099C80;
}
.TagClassName
{
border-color: #099C80;
}
</style>