Html Css Color HEX #089A7B Free Speech Aquamarine
📋 copy color: '#089A7B'red 8 ◦ green 154 ◦ blue 123
Shades of Free Speech Aquamarine #089A7B
Tints of Free Speech Aquamarine #089A7B
RGB
CMYK
RGB Variations
Color information
#089A7B (or 0x089A7B) is known color: Free Speech Aquamarine. HEX triplet: 08, 9A and 7B. RGB value is (8,154,123). Sum of RGB (Red+Green+Blue) = 8+154+123=285 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.81% from 285); Green value is 154 (60.55% from 255 or 54.04% from 285); Blue value is 123 (48.44% from 255 or 43.16% from 285); Max value from RGB is 154 - color contains mainly: green. Hex color #089A7B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #089A7B is #F76584. Grayscale: #6A6A6A. Windows color (decimal): -16213381 or 8100360. OLE color: 8100360.
HSL color Cylindrical-coordinate representation of color #089A7B: hue angle of 167.26º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #089A7B is Cyan = 0.95, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 8 | 154 | 123 | - |
| CMYK | 0.95 | 0 | 0.20 | 0.40 |
| HSL | 167.26º | 0.9% | 0.32% | - |
| HSV(B) | 167.26º | 0.95% | 0.6% | - |
| XYZ | 15.23 | 24.59 | 22.68 | - |
| YUV | 106.81 | 137.13 | 57.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 154 | 123 | 0.95 | 0 | 0.20 | 0.40 | 167.26 | 0.9 | 0.32 |
| Hex | 8 | 9A | 7B | 5F | 0 | 14 | 28 | A7 | 5A | 20 |
| Octal | 10 | 232 | 173 | 137 | 0 | 24 | 50 | 247 | 132 | 40 |
| Binary | 1000 | 10011010 | 1111011 | 1011111 | 0 | 10100 | 101000 | 10100111 | 1011010 | 100000 |
Color Harmonies of #089A7B
Complementary color
Monochromatic Colors of #089A7B
Black with #089A7B
Text Example
Text Example
White with #089A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089A7B; }
p { color: rgb(8,154,123); }
H1.HeaderClassName
{
color: #089A7B;
}
.AnyTagClassName
{
color: #089A7B;
}
</style>
background-color css
<style>
a { background-color: #089A7B; }
a { background-color: rgb(8,154,123); }
div.DivClassName
{
background-color: #089A7B;
}
.BgClassName
{
background-color: #089A7B;
}
</style>
border-color css
<style>
span { border-color: #089A7B; }
span { border-color: rgb(8,154,123); }
td.TdClassName
{
border-color: #089A7B;
}
.TagClassName
{
border-color: #089A7B;
}
</style>