Html Css Color HEX #089F6E Free Speech Aquamarine
📋 copy color: '#089F6E'red 8 ◦ green 159 ◦ blue 110
Shades of Free Speech Aquamarine #089F6E
Tints of Free Speech Aquamarine #089F6E
RGB
CMYK
RGB Variations
Color information
#089F6E (or 0x089F6E) is known color: Free Speech Aquamarine. HEX triplet: 08, 9F and 6E. RGB value is (8,159,110). Sum of RGB (Red+Green+Blue) = 8+159+110=277 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.89% from 277); Green value is 159 (62.5% from 255 or 57.40% from 277); Blue value is 110 (43.36% from 255 or 39.71% from 277); Max value from RGB is 159 - color contains mainly: green. Hex color #089F6E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #089F6E is #F76091. Grayscale: #6C6C6C. Windows color (decimal): -16212114 or 7249672. OLE color: 7249672.
HSL color Cylindrical-coordinate representation of color #089F6E: hue angle of 160.53º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #089F6E is Cyan = 0.95, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 8 | 159 | 110 | - |
| CMYK | 0.95 | 0 | 0.31 | 0.38 |
| HSL | 160.53º | 0.9% | 0.33% | - |
| HSV(B) | 160.53º | 0.95% | 0.62% | - |
| XYZ | 15.31 | 25.97 | 18.96 | - |
| YUV | 108.27 | 128.97 | 56.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 159 | 110 | 0.95 | 0 | 0.31 | 0.38 | 160.53 | 0.9 | 0.33 |
| Hex | 8 | 9F | 6E | 5F | 0 | 1F | 26 | A1 | 5A | 21 |
| Octal | 10 | 237 | 156 | 137 | 0 | 37 | 46 | 241 | 132 | 41 |
| Binary | 1000 | 10011111 | 1101110 | 1011111 | 0 | 11111 | 100110 | 10100001 | 1011010 | 100001 |
Color Harmonies of #089F6E
Complementary color
Monochromatic Colors of #089F6E
Black with #089F6E
Text Example
Text Example
White with #089F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089F6E; }
p { color: rgb(8,159,110); }
H1.HeaderClassName
{
color: #089F6E;
}
.AnyTagClassName
{
color: #089F6E;
}
</style>
background-color css
<style>
a { background-color: #089F6E; }
a { background-color: rgb(8,159,110); }
div.DivClassName
{
background-color: #089F6E;
}
.BgClassName
{
background-color: #089F6E;
}
</style>
border-color css
<style>
span { border-color: #089F6E; }
span { border-color: rgb(8,159,110); }
td.TdClassName
{
border-color: #089F6E;
}
.TagClassName
{
border-color: #089F6E;
}
</style>