Html Css Color HEX #089B77 Free Speech Aquamarine
📋 copy color: '#089B77'red 8 ◦ green 155 ◦ blue 119
Shades of Free Speech Aquamarine #089B77
Tints of Free Speech Aquamarine #089B77
RGB
CMYK
RGB Variations
Color information
#089B77 (or 0x089B77) is known color: Free Speech Aquamarine. HEX triplet: 08, 9B and 77. RGB value is (8,155,119). Sum of RGB (Red+Green+Blue) = 8+155+119=282 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.84% from 282); Green value is 155 (60.94% from 255 or 54.96% from 282); Blue value is 119 (46.88% from 255 or 42.20% from 282); Max value from RGB is 155 - color contains mainly: green. Hex color #089B77 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #089B77 is #F76488. Grayscale: #6A6A6A. Windows color (decimal): -16213129 or 7838472. OLE color: 7838472.
HSL color Cylindrical-coordinate representation of color #089B77: hue angle of 165.31º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #089B77 is Cyan = 0.95, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 8 | 155 | 119 | - |
| CMYK | 0.95 | 0 | 0.23 | 0.39 |
| HSL | 165.31º | 0.9% | 0.32% | - |
| HSV(B) | 165.31º | 0.95% | 0.61% | - |
| XYZ | 15.15 | 24.83 | 21.45 | - |
| YUV | 106.94 | 134.8 | 57.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 155 | 119 | 0.95 | 0 | 0.23 | 0.39 | 165.31 | 0.9 | 0.32 |
| Hex | 8 | 9B | 77 | 5F | 0 | 17 | 27 | A5 | 5A | 20 |
| Octal | 10 | 233 | 167 | 137 | 0 | 27 | 47 | 245 | 132 | 40 |
| Binary | 1000 | 10011011 | 1110111 | 1011111 | 0 | 10111 | 100111 | 10100101 | 1011010 | 100000 |
Color Harmonies of #089B77
Complementary color
Monochromatic Colors of #089B77
Black with #089B77
Text Example
Text Example
White with #089B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089B77; }
p { color: rgb(8,155,119); }
H1.HeaderClassName
{
color: #089B77;
}
.AnyTagClassName
{
color: #089B77;
}
</style>
background-color css
<style>
a { background-color: #089B77; }
a { background-color: rgb(8,155,119); }
div.DivClassName
{
background-color: #089B77;
}
.BgClassName
{
background-color: #089B77;
}
</style>
border-color css
<style>
span { border-color: #089B77; }
span { border-color: rgb(8,155,119); }
td.TdClassName
{
border-color: #089B77;
}
.TagClassName
{
border-color: #089B77;
}
</style>