Html Css Color HEX #089F7E Free Speech Aquamarine
📋 copy color: '#089F7E'red 8 ◦ green 159 ◦ blue 126
Shades of Free Speech Aquamarine #089F7E
Tints of Free Speech Aquamarine #089F7E
RGB
CMYK
RGB Variations
Color information
#089F7E (or 0x089F7E) is known color: Free Speech Aquamarine. HEX triplet: 08, 9F and 7E. RGB value is (8,159,126). Sum of RGB (Red+Green+Blue) = 8+159+126=293 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.73% from 293); Green value is 159 (62.5% from 255 or 54.27% from 293); Blue value is 126 (49.61% from 255 or 43.00% from 293); Max value from RGB is 159 - color contains mainly: green. Hex color #089F7E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #089F7E is #F76081. Grayscale: #6E6E6E. Windows color (decimal): -16212098 or 8298248. OLE color: 8298248.
HSL color Cylindrical-coordinate representation of color #089F7E: hue angle of 166.89º 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 #089F7E is Cyan = 0.95, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 8 | 159 | 126 | - |
| CMYK | 0.95 | 0 | 0.21 | 0.38 |
| HSL | 166.89º | 0.9% | 0.33% | - |
| HSV(B) | 166.89º | 0.95% | 0.62% | - |
| XYZ | 16.26 | 26.35 | 23.97 | - |
| YUV | 110.09 | 136.97 | 55.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 159 | 126 | 0.95 | 0 | 0.21 | 0.38 | 166.89 | 0.9 | 0.33 |
| Hex | 8 | 9F | 7E | 5F | 0 | 15 | 26 | A7 | 5A | 21 |
| Octal | 10 | 237 | 176 | 137 | 0 | 25 | 46 | 247 | 132 | 41 |
| Binary | 1000 | 10011111 | 1111110 | 1011111 | 0 | 10101 | 100110 | 10100111 | 1011010 | 100001 |
Color Harmonies of #089F7E
Complementary color
Monochromatic Colors of #089F7E
Black with #089F7E
Text Example
Text Example
White with #089F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089F7E; }
p { color: rgb(8,159,126); }
H1.HeaderClassName
{
color: #089F7E;
}
.AnyTagClassName
{
color: #089F7E;
}
</style>
background-color css
<style>
a { background-color: #089F7E; }
a { background-color: rgb(8,159,126); }
div.DivClassName
{
background-color: #089F7E;
}
.BgClassName
{
background-color: #089F7E;
}
</style>
border-color css
<style>
span { border-color: #089F7E; }
span { border-color: rgb(8,159,126); }
td.TdClassName
{
border-color: #089F7E;
}
.TagClassName
{
border-color: #089F7E;
}
</style>