Html Css Color HEX #089E7F Free Speech Aquamarine
📋 copy color: '#089E7F'red 8 ◦ green 158 ◦ blue 127
Shades of Free Speech Aquamarine #089E7F
Tints of Free Speech Aquamarine #089E7F
RGB
CMYK
RGB Variations
Color information
#089E7F (or 0x089E7F) is known color: Free Speech Aquamarine. HEX triplet: 08, 9E and 7F. RGB value is (8,158,127). Sum of RGB (Red+Green+Blue) = 8+158+127=293 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.73% from 293); Green value is 158 (62.11% from 255 or 53.92% from 293); Blue value is 127 (50% from 255 or 43.34% from 293); Max value from RGB is 158 - color contains mainly: green. Hex color #089E7F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #089E7F is #F76180. Grayscale: #6D6D6D. Windows color (decimal): -16212353 or 8363528. OLE color: 8363528.
HSL color Cylindrical-coordinate representation of color #089E7F: hue angle of 167.6º 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 #089E7F is Cyan = 0.95, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 8 | 158 | 127 | - |
| CMYK | 0.95 | 0 | 0.20 | 0.38 |
| HSL | 167.6º | 0.9% | 0.33% | - |
| HSV(B) | 167.6º | 0.95% | 0.62% | - |
| XYZ | 16.16 | 26.04 | 24.25 | - |
| YUV | 109.62 | 137.81 | 55.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 158 | 127 | 0.95 | 0 | 0.20 | 0.38 | 167.6 | 0.9 | 0.33 |
| Hex | 8 | 9E | 7F | 5F | 0 | 14 | 26 | A8 | 5A | 21 |
| Octal | 10 | 236 | 177 | 137 | 0 | 24 | 46 | 250 | 132 | 41 |
| Binary | 1000 | 10011110 | 1111111 | 1011111 | 0 | 10100 | 100110 | 10101000 | 1011010 | 100001 |
Color Harmonies of #089E7F
Complementary color
Monochromatic Colors of #089E7F
Black with #089E7F
Text Example
Text Example
White with #089E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089E7F; }
p { color: rgb(8,158,127); }
H1.HeaderClassName
{
color: #089E7F;
}
.AnyTagClassName
{
color: #089E7F;
}
</style>
background-color css
<style>
a { background-color: #089E7F; }
a { background-color: rgb(8,158,127); }
div.DivClassName
{
background-color: #089E7F;
}
.BgClassName
{
background-color: #089E7F;
}
</style>
border-color css
<style>
span { border-color: #089E7F; }
span { border-color: rgb(8,158,127); }
td.TdClassName
{
border-color: #089E7F;
}
.TagClassName
{
border-color: #089E7F;
}
</style>