Html Css Color HEX #089972 Free Speech Aquamarine
📋 copy color: '#089972'red 8 ◦ green 153 ◦ blue 114
Shades of Free Speech Aquamarine #089972
Tints of Free Speech Aquamarine #089972
RGB
CMYK
RGB Variations
Color information
#089972 (or 0x089972) is known color: Free Speech Aquamarine. HEX triplet: 08, 99 and 72. RGB value is (8,153,114). Sum of RGB (Red+Green+Blue) = 8+153+114=275 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.91% from 275); Green value is 153 (60.16% from 255 or 55.64% from 275); Blue value is 114 (44.92% from 255 or 41.45% from 275); Max value from RGB is 153 - color contains mainly: green. Hex color #089972 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #089972 is #F7668D. Grayscale: #696969. Windows color (decimal): -16213646 or 7510280. OLE color: 7510280.
HSL color Cylindrical-coordinate representation of color #089972: hue angle of 163.86º 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 #089972 is Cyan = 0.95, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 8 | 153 | 114 | - |
| CMYK | 0.95 | 0 | 0.25 | 0.4 |
| HSL | 163.86º | 0.9% | 0.32% | - |
| HSV(B) | 163.86º | 0.95% | 0.6% | - |
| XYZ | 14.53 | 24.05 | 19.8 | - |
| YUV | 105.2 | 132.96 | 58.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 153 | 114 | 0.95 | 0 | 0.25 | 0.4 | 163.86 | 0.9 | 0.32 |
| Hex | 8 | 99 | 72 | 5F | 0 | 19 | 28 | A4 | 5A | 20 |
| Octal | 10 | 231 | 162 | 137 | 0 | 31 | 50 | 244 | 132 | 40 |
| Binary | 1000 | 10011001 | 1110010 | 1011111 | 0 | 11001 | 101000 | 10100100 | 1011010 | 100000 |
Color Harmonies of #089972
Complementary color
Monochromatic Colors of #089972
Black with #089972
Text Example
Text Example
White with #089972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089972; }
p { color: rgb(8,153,114); }
H1.HeaderClassName
{
color: #089972;
}
.AnyTagClassName
{
color: #089972;
}
</style>
background-color css
<style>
a { background-color: #089972; }
a { background-color: rgb(8,153,114); }
div.DivClassName
{
background-color: #089972;
}
.BgClassName
{
background-color: #089972;
}
</style>
border-color css
<style>
span { border-color: #089972; }
span { border-color: rgb(8,153,114); }
td.TdClassName
{
border-color: #089972;
}
.TagClassName
{
border-color: #089972;
}
</style>