Html Css Color HEX #099E6E Free Speech Aquamarine
📋 copy color: '#099E6E'red 9 ◦ green 158 ◦ blue 110
Shades of Free Speech Aquamarine #099E6E
Tints of Free Speech Aquamarine #099E6E
RGB
CMYK
RGB Variations
Color information
#099E6E (or 0x099E6E) is known color: Free Speech Aquamarine. HEX triplet: 09, 9E and 6E. RGB value is (9,158,110). Sum of RGB (Red+Green+Blue) = 9+158+110=277 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.25% from 277); Green value is 158 (62.11% from 255 or 57.04% from 277); Blue value is 110 (43.36% from 255 or 39.71% from 277); Max value from RGB is 158 - color contains mainly: green. Hex color #099E6E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #099E6E is #F66191. Grayscale: #6C6C6C. Windows color (decimal): -16146834 or 7249417. OLE color: 7249417.
HSL color Cylindrical-coordinate representation of color #099E6E: hue angle of 160.67º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #099E6E is Cyan = 0.94, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 9 | 158 | 110 | - |
| CMYK | 0.94 | 0 | 0.30 | 0.38 |
| HSL | 160.67º | 0.89% | 0.33% | - |
| HSV(B) | 160.67º | 0.94% | 0.62% | - |
| XYZ | 15.15 | 25.64 | 18.9 | - |
| YUV | 107.98 | 129.14 | 57.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 158 | 110 | 0.94 | 0 | 0.30 | 0.38 | 160.67 | 0.89 | 0.33 |
| Hex | 9 | 9E | 6E | 5E | 0 | 1E | 26 | A1 | 59 | 21 |
| Octal | 11 | 236 | 156 | 136 | 0 | 36 | 46 | 241 | 131 | 41 |
| Binary | 1001 | 10011110 | 1101110 | 1011110 | 0 | 11110 | 100110 | 10100001 | 1011001 | 100001 |
Color Harmonies of #099E6E
Complementary color
Monochromatic Colors of #099E6E
Black with #099E6E
Text Example
Text Example
White with #099E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099E6E; }
p { color: rgb(9,158,110); }
H1.HeaderClassName
{
color: #099E6E;
}
.AnyTagClassName
{
color: #099E6E;
}
</style>
background-color css
<style>
a { background-color: #099E6E; }
a { background-color: rgb(9,158,110); }
div.DivClassName
{
background-color: #099E6E;
}
.BgClassName
{
background-color: #099E6E;
}
</style>
border-color css
<style>
span { border-color: #099E6E; }
span { border-color: rgb(9,158,110); }
td.TdClassName
{
border-color: #099E6E;
}
.TagClassName
{
border-color: #099E6E;
}
</style>