Html Css Color HEX #089D82 Free Speech Aquamarine
📋 copy color: '#089D82'red 8 ◦ green 157 ◦ blue 130
Shades of Free Speech Aquamarine #089D82
Tints of Free Speech Aquamarine #089D82
RGB
CMYK
RGB Variations
Color information
#089D82 (or 0x089D82) is known color: Free Speech Aquamarine. HEX triplet: 08, 9D and 82. RGB value is (8,157,130). Sum of RGB (Red+Green+Blue) = 8+157+130=295 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.71% from 295); Green value is 157 (61.72% from 255 or 53.22% from 295); Blue value is 130 (51.17% from 255 or 44.07% from 295); Max value from RGB is 157 - color contains mainly: green. Hex color #089D82 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089D82 is #F7627D. Grayscale: #6D6D6D. Windows color (decimal): -16212606 or 8559880. OLE color: 8559880.
HSL color Cylindrical-coordinate representation of color #089D82: hue angle of 169.13º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #089D82 is Cyan = 0.95, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 8 | 157 | 130 | - |
| CMYK | 0.95 | 0 | 0.17 | 0.38 |
| HSL | 169.13º | 0.9% | 0.32% | - |
| HSV(B) | 169.13º | 0.95% | 0.62% | - |
| XYZ | 16.19 | 25.78 | 25.24 | - |
| YUV | 109.37 | 139.64 | 55.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 157 | 130 | 0.95 | 0 | 0.17 | 0.38 | 169.13 | 0.9 | 0.32 |
| Hex | 8 | 9D | 82 | 5F | 0 | 11 | 26 | A9 | 5A | 20 |
| Octal | 10 | 235 | 202 | 137 | 0 | 21 | 46 | 251 | 132 | 40 |
| Binary | 1000 | 10011101 | 10000010 | 1011111 | 0 | 10001 | 100110 | 10101001 | 1011010 | 100000 |
Color Harmonies of #089D82
Complementary color
Monochromatic Colors of #089D82
Black with #089D82
Text Example
Text Example
White with #089D82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089D82; }
p { color: rgb(8,157,130); }
H1.HeaderClassName
{
color: #089D82;
}
.AnyTagClassName
{
color: #089D82;
}
</style>
background-color css
<style>
a { background-color: #089D82; }
a { background-color: rgb(8,157,130); }
div.DivClassName
{
background-color: #089D82;
}
.BgClassName
{
background-color: #089D82;
}
</style>
border-color css
<style>
span { border-color: #089D82; }
span { border-color: rgb(8,157,130); }
td.TdClassName
{
border-color: #089D82;
}
.TagClassName
{
border-color: #089D82;
}
</style>