Html Css Color HEX #0FA575 Free Speech Aquamarine
📋 copy color: '#0FA575'red 15 ◦ green 165 ◦ blue 117
Shades of Free Speech Aquamarine #0FA575
Tints of Free Speech Aquamarine #0FA575
RGB
CMYK
RGB Variations
Color information
#0FA575 (or 0x0FA575) is known color: Free Speech Aquamarine. HEX triplet: 0F, A5 and 75. RGB value is (15,165,117). Sum of RGB (Red+Green+Blue) = 15+165+117=297 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5.05% from 297); Green value is 165 (64.84% from 255 or 55.56% from 297); Blue value is 117 (46.09% from 255 or 39.39% from 297); Max value from RGB is 165 - color contains mainly: green. Hex color #0FA575 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FA575 is #F05A8A. Grayscale: #727272. Windows color (decimal): -15751819 or 7709967. OLE color: 7709967.
HSL color Cylindrical-coordinate representation of color #0FA575: hue angle of 160.8º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FA575 is Cyan = 0.91, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 15 | 165 | 117 | - |
| CMYK | 0.91 | 0 | 0.29 | 0.35 |
| HSL | 160.8º | 0.83% | 0.35% | - |
| HSV(B) | 160.8º | 0.91% | 0.65% | - |
| XYZ | 16.86 | 28.3 | 21.4 | - |
| YUV | 114.68 | 129.31 | 56.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 165 | 117 | 0.91 | 0 | 0.29 | 0.35 | 160.8 | 0.83 | 0.35 |
| Hex | F | A5 | 75 | 5B | 0 | 1D | 23 | A1 | 53 | 23 |
| Octal | 17 | 245 | 165 | 133 | 0 | 35 | 43 | 241 | 123 | 43 |
| Binary | 1111 | 10100101 | 1110101 | 1011011 | 0 | 11101 | 100011 | 10100001 | 1010011 | 100011 |
Color Harmonies of #0FA575
Complementary color
Monochromatic Colors of #0FA575
Black with #0FA575
Text Example
Text Example
White with #0FA575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA575; }
p { color: rgb(15,165,117); }
H1.HeaderClassName
{
color: #0FA575;
}
.AnyTagClassName
{
color: #0FA575;
}
</style>
background-color css
<style>
a { background-color: #0FA575; }
a { background-color: rgb(15,165,117); }
div.DivClassName
{
background-color: #0FA575;
}
.BgClassName
{
background-color: #0FA575;
}
</style>
border-color css
<style>
span { border-color: #0FA575; }
span { border-color: rgb(15,165,117); }
td.TdClassName
{
border-color: #0FA575;
}
.TagClassName
{
border-color: #0FA575;
}
</style>