Html Css Color HEX #089D80 Free Speech Aquamarine
📋 copy color: '#089D80'red 8 ◦ green 157 ◦ blue 128
Shades of Free Speech Aquamarine #089D80
Tints of Free Speech Aquamarine #089D80
RGB
CMYK
RGB Variations
Color information
#089D80 (or 0x089D80) is known color: Free Speech Aquamarine. HEX triplet: 08, 9D and 80. RGB value is (8,157,128). Sum of RGB (Red+Green+Blue) = 8+157+128=293 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.73% from 293); Green value is 157 (61.72% from 255 or 53.58% from 293); Blue value is 128 (50.39% from 255 or 43.69% from 293); Max value from RGB is 157 - color contains mainly: green. Hex color #089D80 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089D80 is #F7627F. Grayscale: #6D6D6D. Windows color (decimal): -16212608 or 8428808. OLE color: 8428808.
HSL color Cylindrical-coordinate representation of color #089D80: hue angle of 168.32º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #089D80 is Cyan = 0.95, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 8 | 157 | 128 | - |
| CMYK | 0.95 | 0 | 0.18 | 0.38 |
| HSL | 168.32º | 0.9% | 0.32% | - |
| HSV(B) | 168.32º | 0.95% | 0.62% | - |
| XYZ | 16.05 | 25.72 | 24.54 | - |
| YUV | 109.14 | 138.64 | 55.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 157 | 128 | 0.95 | 0 | 0.18 | 0.38 | 168.32 | 0.9 | 0.32 |
| Hex | 8 | 9D | 80 | 5F | 0 | 12 | 26 | A8 | 5A | 20 |
| Octal | 10 | 235 | 200 | 137 | 0 | 22 | 46 | 250 | 132 | 40 |
| Binary | 1000 | 10011101 | 10000000 | 1011111 | 0 | 10010 | 100110 | 10101000 | 1011010 | 100000 |
Color Harmonies of #089D80
Complementary color
Monochromatic Colors of #089D80
Black with #089D80
Text Example
Text Example
White with #089D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089D80; }
p { color: rgb(8,157,128); }
H1.HeaderClassName
{
color: #089D80;
}
.AnyTagClassName
{
color: #089D80;
}
</style>
background-color css
<style>
a { background-color: #089D80; }
a { background-color: rgb(8,157,128); }
div.DivClassName
{
background-color: #089D80;
}
.BgClassName
{
background-color: #089D80;
}
</style>
border-color css
<style>
span { border-color: #089D80; }
span { border-color: rgb(8,157,128); }
td.TdClassName
{
border-color: #089D80;
}
.TagClassName
{
border-color: #089D80;
}
</style>