Html Css Color HEX #089B7E Free Speech Aquamarine
📋 copy color: '#089B7E'red 8 ◦ green 155 ◦ blue 126
Shades of Free Speech Aquamarine #089B7E
Tints of Free Speech Aquamarine #089B7E
RGB
CMYK
RGB Variations
Color information
#089B7E (or 0x089B7E) is known color: Free Speech Aquamarine. HEX triplet: 08, 9B and 7E. RGB value is (8,155,126). Sum of RGB (Red+Green+Blue) = 8+155+126=289 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.77% from 289); Green value is 155 (60.94% from 255 or 53.63% from 289); Blue value is 126 (49.61% from 255 or 43.60% from 289); Max value from RGB is 155 - color contains mainly: green. Hex color #089B7E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #089B7E is #F76481. Grayscale: #6B6B6B. Windows color (decimal): -16213122 or 8297224. OLE color: 8297224.
HSL color Cylindrical-coordinate representation of color #089B7E: hue angle of 168.16º 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 #089B7E is Cyan = 0.95, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 8 | 155 | 126 | - |
| CMYK | 0.95 | 0 | 0.19 | 0.39 |
| HSL | 168.16º | 0.9% | 0.32% | - |
| HSV(B) | 168.16º | 0.95% | 0.61% | - |
| XYZ | 15.59 | 25 | 23.74 | - |
| YUV | 107.74 | 138.3 | 56.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 155 | 126 | 0.95 | 0 | 0.19 | 0.39 | 168.16 | 0.9 | 0.32 |
| Hex | 8 | 9B | 7E | 5F | 0 | 13 | 27 | A8 | 5A | 20 |
| Octal | 10 | 233 | 176 | 137 | 0 | 23 | 47 | 250 | 132 | 40 |
| Binary | 1000 | 10011011 | 1111110 | 1011111 | 0 | 10011 | 100111 | 10101000 | 1011010 | 100000 |
Color Harmonies of #089B7E
Complementary color
Monochromatic Colors of #089B7E
Black with #089B7E
Text Example
Text Example
White with #089B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089B7E; }
p { color: rgb(8,155,126); }
H1.HeaderClassName
{
color: #089B7E;
}
.AnyTagClassName
{
color: #089B7E;
}
</style>
background-color css
<style>
a { background-color: #089B7E; }
a { background-color: rgb(8,155,126); }
div.DivClassName
{
background-color: #089B7E;
}
.BgClassName
{
background-color: #089B7E;
}
</style>
border-color css
<style>
span { border-color: #089B7E; }
span { border-color: rgb(8,155,126); }
td.TdClassName
{
border-color: #089B7E;
}
.TagClassName
{
border-color: #089B7E;
}
</style>