Html Css Color HEX #08A179 Free Speech Aquamarine
📋 copy color: '#08A179'red 8 ◦ green 161 ◦ blue 121
Shades of Free Speech Aquamarine #08A179
Tints of Free Speech Aquamarine #08A179
RGB
CMYK
RGB Variations
Color information
#08A179 (or 0x08A179) is known color: Free Speech Aquamarine. HEX triplet: 08, A1 and 79. RGB value is (8,161,121). Sum of RGB (Red+Green+Blue) = 8+161+121=290 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.76% from 290); Green value is 161 (63.28% from 255 or 55.52% from 290); Blue value is 121 (47.66% from 255 or 41.72% from 290); Max value from RGB is 161 - color contains mainly: green. Hex color #08A179 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08A179 is #F75E86. Grayscale: #6E6E6E. Windows color (decimal): -16211591 or 7971080. OLE color: 7971080.
HSL color Cylindrical-coordinate representation of color #08A179: hue angle of 164.31º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08A179 is Cyan = 0.95, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 8 | 161 | 121 | - |
| CMYK | 0.95 | 0 | 0.25 | 0.37 |
| HSL | 164.31º | 0.91% | 0.33% | - |
| HSV(B) | 164.31º | 0.95% | 0.63% | - |
| XYZ | 16.3 | 26.92 | 22.43 | - |
| YUV | 110.69 | 133.81 | 54.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 161 | 121 | 0.95 | 0 | 0.25 | 0.37 | 164.31 | 0.91 | 0.33 |
| Hex | 8 | A1 | 79 | 5F | 0 | 19 | 25 | A4 | 5B | 21 |
| Octal | 10 | 241 | 171 | 137 | 0 | 31 | 45 | 244 | 133 | 41 |
| Binary | 1000 | 10100001 | 1111001 | 1011111 | 0 | 11001 | 100101 | 10100100 | 1011011 | 100001 |
Color Harmonies of #08A179
Complementary color
Monochromatic Colors of #08A179
Black with #08A179
Text Example
Text Example
White with #08A179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08A179; }
p { color: rgb(8,161,121); }
H1.HeaderClassName
{
color: #08A179;
}
.AnyTagClassName
{
color: #08A179;
}
</style>
background-color css
<style>
a { background-color: #08A179; }
a { background-color: rgb(8,161,121); }
div.DivClassName
{
background-color: #08A179;
}
.BgClassName
{
background-color: #08A179;
}
</style>
border-color css
<style>
span { border-color: #08A179; }
span { border-color: rgb(8,161,121); }
td.TdClassName
{
border-color: #08A179;
}
.TagClassName
{
border-color: #08A179;
}
</style>