Html Css Color HEX #089578 Free Speech Aquamarine
📋 copy color: '#089578'red 8 ◦ green 149 ◦ blue 120
Shades of Free Speech Aquamarine #089578
Tints of Free Speech Aquamarine #089578
RGB
CMYK
RGB Variations
Color information
#089578 (or 0x089578) is known color: Free Speech Aquamarine. HEX triplet: 08, 95 and 78. RGB value is (8,149,120). Sum of RGB (Red+Green+Blue) = 8+149+120=277 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.89% from 277); Green value is 149 (58.59% from 255 or 53.79% from 277); Blue value is 120 (47.27% from 255 or 43.32% from 277); Max value from RGB is 149 - color contains mainly: green. Hex color #089578 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #089578 is #F76A87. Grayscale: #676767. Windows color (decimal): -16214664 or 7902472. OLE color: 7902472.
HSL color Cylindrical-coordinate representation of color #089578: hue angle of 167.66º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #089578 is Cyan = 0.95, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 8 | 149 | 120 | - |
| CMYK | 0.95 | 0 | 0.19 | 0.42 |
| HSL | 167.66º | 0.9% | 0.31% | - |
| HSV(B) | 167.66º | 0.95% | 0.58% | - |
| XYZ | 14.24 | 22.9 | 21.44 | - |
| YUV | 103.54 | 137.29 | 59.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 149 | 120 | 0.95 | 0 | 0.19 | 0.42 | 167.66 | 0.9 | 0.31 |
| Hex | 8 | 95 | 78 | 5F | 0 | 13 | 2A | A8 | 5A | 1F |
| Octal | 10 | 225 | 170 | 137 | 0 | 23 | 52 | 250 | 132 | 37 |
| Binary | 1000 | 10010101 | 1111000 | 1011111 | 0 | 10011 | 101010 | 10101000 | 1011010 | 11111 |
Color Harmonies of #089578
Complementary color
Monochromatic Colors of #089578
Black with #089578
Text Example
Text Example
White with #089578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089578; }
p { color: rgb(8,149,120); }
H1.HeaderClassName
{
color: #089578;
}
.AnyTagClassName
{
color: #089578;
}
</style>
background-color css
<style>
a { background-color: #089578; }
a { background-color: rgb(8,149,120); }
div.DivClassName
{
background-color: #089578;
}
.BgClassName
{
background-color: #089578;
}
</style>
border-color css
<style>
span { border-color: #089578; }
span { border-color: rgb(8,149,120); }
td.TdClassName
{
border-color: #089578;
}
.TagClassName
{
border-color: #089578;
}
</style>