Html Css Color HEX #0FA07B Free Speech Aquamarine
📋 copy color: '#0FA07B'red 15 ◦ green 160 ◦ blue 123
Shades of Free Speech Aquamarine #0FA07B
Tints of Free Speech Aquamarine #0FA07B
RGB
CMYK
RGB Variations
Color information
#0FA07B (or 0x0FA07B) is known color: Free Speech Aquamarine. HEX triplet: 0F, A0 and 7B. RGB value is (15,160,123). Sum of RGB (Red+Green+Blue) = 15+160+123=298 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5.03% from 298); Green value is 160 (62.89% from 255 or 53.69% from 298); Blue value is 123 (48.44% from 255 or 41.28% from 298); Max value from RGB is 160 - color contains mainly: green. Hex color #0FA07B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FA07B is #F05F84. Grayscale: #707070. Windows color (decimal): -15753093 or 8101903. OLE color: 8101903.
HSL color Cylindrical-coordinate representation of color #0FA07B: hue angle of 164.69º 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 #0FA07B is Cyan = 0.91, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 15 | 160 | 123 | - |
| CMYK | 0.91 | 0 | 0.23 | 0.37 |
| HSL | 164.69º | 0.83% | 0.34% | - |
| HSV(B) | 164.69º | 0.91% | 0.63% | - |
| XYZ | 16.34 | 26.67 | 23.03 | - |
| YUV | 112.43 | 133.96 | 58.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 160 | 123 | 0.91 | 0 | 0.23 | 0.37 | 164.69 | 0.83 | 0.34 |
| Hex | F | A0 | 7B | 5B | 0 | 17 | 25 | A5 | 53 | 22 |
| Octal | 17 | 240 | 173 | 133 | 0 | 27 | 45 | 245 | 123 | 42 |
| Binary | 1111 | 10100000 | 1111011 | 1011011 | 0 | 10111 | 100101 | 10100101 | 1010011 | 100010 |
Color Harmonies of #0FA07B
Complementary color
Monochromatic Colors of #0FA07B
Black with #0FA07B
Text Example
Text Example
White with #0FA07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA07B; }
p { color: rgb(15,160,123); }
H1.HeaderClassName
{
color: #0FA07B;
}
.AnyTagClassName
{
color: #0FA07B;
}
</style>
background-color css
<style>
a { background-color: #0FA07B; }
a { background-color: rgb(15,160,123); }
div.DivClassName
{
background-color: #0FA07B;
}
.BgClassName
{
background-color: #0FA07B;
}
</style>
border-color css
<style>
span { border-color: #0FA07B; }
span { border-color: rgb(15,160,123); }
td.TdClassName
{
border-color: #0FA07B;
}
.TagClassName
{
border-color: #0FA07B;
}
</style>