Html Css Color HEX #0FA077 Free Speech Aquamarine
📋 copy color: '#0FA077'red 15 ◦ green 160 ◦ blue 119
Shades of Free Speech Aquamarine #0FA077
Tints of Free Speech Aquamarine #0FA077
RGB
CMYK
RGB Variations
Color information
#0FA077 (or 0x0FA077) is known color: Free Speech Aquamarine. HEX triplet: 0F, A0 and 77. RGB value is (15,160,119). Sum of RGB (Red+Green+Blue) = 15+160+119=294 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.10% from 294); Green value is 160 (62.89% from 255 or 54.42% from 294); Blue value is 119 (46.88% from 255 or 40.48% from 294); Max value from RGB is 160 - color contains mainly: green. Hex color #0FA077 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FA077 is #F05F88. Grayscale: #6F6F6F. Windows color (decimal): -15753097 or 7839759. OLE color: 7839759.
HSL color Cylindrical-coordinate representation of color #0FA077: hue angle of 163.03º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FA077 is Cyan = 0.91, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 15 | 160 | 119 | - |
| CMYK | 0.91 | 0 | 0.26 | 0.37 |
| HSL | 163.03º | 0.83% | 0.34% | - |
| HSV(B) | 163.03º | 0.91% | 0.63% | - |
| XYZ | 16.1 | 26.58 | 21.73 | - |
| YUV | 111.97 | 131.96 | 58.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 160 | 119 | 0.91 | 0 | 0.26 | 0.37 | 163.03 | 0.83 | 0.34 |
| Hex | F | A0 | 77 | 5B | 0 | 1A | 25 | A3 | 53 | 22 |
| Octal | 17 | 240 | 167 | 133 | 0 | 32 | 45 | 243 | 123 | 42 |
| Binary | 1111 | 10100000 | 1110111 | 1011011 | 0 | 11010 | 100101 | 10100011 | 1010011 | 100010 |
Color Harmonies of #0FA077
Complementary color
Monochromatic Colors of #0FA077
Black with #0FA077
Text Example
Text Example
White with #0FA077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA077; }
p { color: rgb(15,160,119); }
H1.HeaderClassName
{
color: #0FA077;
}
.AnyTagClassName
{
color: #0FA077;
}
</style>
background-color css
<style>
a { background-color: #0FA077; }
a { background-color: rgb(15,160,119); }
div.DivClassName
{
background-color: #0FA077;
}
.BgClassName
{
background-color: #0FA077;
}
</style>
border-color css
<style>
span { border-color: #0FA077; }
span { border-color: rgb(15,160,119); }
td.TdClassName
{
border-color: #0FA077;
}
.TagClassName
{
border-color: #0FA077;
}
</style>