Html Css Color HEX #089C80 Free Speech Aquamarine
📋 copy color: '#089C80'red 8 ◦ green 156 ◦ blue 128
Shades of Free Speech Aquamarine #089C80
Tints of Free Speech Aquamarine #089C80
RGB
CMYK
RGB Variations
Color information
#089C80 (or 0x089C80) is known color: Free Speech Aquamarine. HEX triplet: 08, 9C and 80. RGB value is (8,156,128). Sum of RGB (Red+Green+Blue) = 8+156+128=292 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.74% from 292); Green value is 156 (61.33% from 255 or 53.42% from 292); Blue value is 128 (50.39% from 255 or 43.84% from 292); Max value from RGB is 156 - color contains mainly: green. Hex color #089C80 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089C80 is #F7637F. Grayscale: #6C6C6C. Windows color (decimal): -16212864 or 8428552. OLE color: 8428552.
HSL color Cylindrical-coordinate representation of color #089C80: hue angle of 168.65º 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 #089C80 is Cyan = 0.95, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 8 | 156 | 128 | - |
| CMYK | 0.95 | 0 | 0.18 | 0.39 |
| HSL | 168.65º | 0.9% | 0.32% | - |
| HSV(B) | 168.65º | 0.95% | 0.61% | - |
| XYZ | 15.88 | 25.39 | 24.49 | - |
| YUV | 108.56 | 138.97 | 56.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 156 | 128 | 0.95 | 0 | 0.18 | 0.39 | 168.65 | 0.9 | 0.32 |
| Hex | 8 | 9C | 80 | 5F | 0 | 12 | 27 | A9 | 5A | 20 |
| Octal | 10 | 234 | 200 | 137 | 0 | 22 | 47 | 251 | 132 | 40 |
| Binary | 1000 | 10011100 | 10000000 | 1011111 | 0 | 10010 | 100111 | 10101001 | 1011010 | 100000 |
Color Harmonies of #089C80
Complementary color
Monochromatic Colors of #089C80
Black with #089C80
Text Example
Text Example
White with #089C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089C80; }
p { color: rgb(8,156,128); }
H1.HeaderClassName
{
color: #089C80;
}
.AnyTagClassName
{
color: #089C80;
}
</style>
background-color css
<style>
a { background-color: #089C80; }
a { background-color: rgb(8,156,128); }
div.DivClassName
{
background-color: #089C80;
}
.BgClassName
{
background-color: #089C80;
}
</style>
border-color css
<style>
span { border-color: #089C80; }
span { border-color: rgb(8,156,128); }
td.TdClassName
{
border-color: #089C80;
}
.TagClassName
{
border-color: #089C80;
}
</style>