Html Css Color HEX #089D70 Free Speech Aquamarine
📋 copy color: '#089D70'red 8 ◦ green 157 ◦ blue 112
Shades of Free Speech Aquamarine #089D70
Tints of Free Speech Aquamarine #089D70
RGB
CMYK
RGB Variations
Color information
#089D70 (or 0x089D70) is known color: Free Speech Aquamarine. HEX triplet: 08, 9D and 70. RGB value is (8,157,112). Sum of RGB (Red+Green+Blue) = 8+157+112=277 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.89% from 277); Green value is 157 (61.72% from 255 or 56.68% from 277); Blue value is 112 (44.14% from 255 or 40.43% from 277); Max value from RGB is 157 - color contains mainly: green. Hex color #089D70 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #089D70 is #F7628F. Grayscale: #6B6B6B. Windows color (decimal): -16212624 or 7380232. OLE color: 7380232.
HSL color Cylindrical-coordinate representation of color #089D70: hue angle of 161.88º 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 #089D70 is Cyan = 0.95, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 8 | 157 | 112 | - |
| CMYK | 0.95 | 0 | 0.29 | 0.38 |
| HSL | 161.88º | 0.9% | 0.32% | - |
| HSV(B) | 161.88º | 0.95% | 0.62% | - |
| XYZ | 15.08 | 25.34 | 19.42 | - |
| YUV | 107.32 | 130.64 | 57.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 157 | 112 | 0.95 | 0 | 0.29 | 0.38 | 161.88 | 0.9 | 0.32 |
| Hex | 8 | 9D | 70 | 5F | 0 | 1D | 26 | A2 | 5A | 20 |
| Octal | 10 | 235 | 160 | 137 | 0 | 35 | 46 | 242 | 132 | 40 |
| Binary | 1000 | 10011101 | 1110000 | 1011111 | 0 | 11101 | 100110 | 10100010 | 1011010 | 100000 |
Color Harmonies of #089D70
Complementary color
Monochromatic Colors of #089D70
Black with #089D70
Text Example
Text Example
White with #089D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089D70; }
p { color: rgb(8,157,112); }
H1.HeaderClassName
{
color: #089D70;
}
.AnyTagClassName
{
color: #089D70;
}
</style>
background-color css
<style>
a { background-color: #089D70; }
a { background-color: rgb(8,157,112); }
div.DivClassName
{
background-color: #089D70;
}
.BgClassName
{
background-color: #089D70;
}
</style>
border-color css
<style>
span { border-color: #089D70; }
span { border-color: rgb(8,157,112); }
td.TdClassName
{
border-color: #089D70;
}
.TagClassName
{
border-color: #089D70;
}
</style>