Html Css Color HEX #0F9673 Free Speech Aquamarine
📋 copy color: '#0F9673'red 15 ◦ green 150 ◦ blue 115
Shades of Free Speech Aquamarine #0F9673
Tints of Free Speech Aquamarine #0F9673
RGB
CMYK
RGB Variations
Color information
#0F9673 (or 0x0F9673) is known color: Free Speech Aquamarine. HEX triplet: 0F, 96 and 73. RGB value is (15,150,115). Sum of RGB (Red+Green+Blue) = 15+150+115=280 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.36% from 280); Green value is 150 (58.98% from 255 or 53.57% from 280); Blue value is 115 (45.31% from 255 or 41.07% from 280); Max value from RGB is 150 - color contains mainly: green. Hex color #0F9673 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F9673 is #F0698C. Grayscale: #696969. Windows color (decimal): -15755661 or 7575055. OLE color: 7575055.
HSL color Cylindrical-coordinate representation of color #0F9673: hue angle of 164.44º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F9673 is Cyan = 0.9, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 15 | 150 | 115 | - |
| CMYK | 0.9 | 0 | 0.23 | 0.41 |
| HSL | 164.44º | 0.82% | 0.32% | - |
| HSV(B) | 164.44º | 0.9% | 0.59% | - |
| XYZ | 14.2 | 23.15 | 19.94 | - |
| YUV | 105.65 | 133.27 | 63.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 150 | 115 | 0.9 | 0 | 0.23 | 0.41 | 164.44 | 0.82 | 0.32 |
| Hex | F | 96 | 73 | 5A | 0 | 17 | 29 | A4 | 52 | 20 |
| Octal | 17 | 226 | 163 | 132 | 0 | 27 | 51 | 244 | 122 | 40 |
| Binary | 1111 | 10010110 | 1110011 | 1011010 | 0 | 10111 | 101001 | 10100100 | 1010010 | 100000 |
Color Harmonies of #0F9673
Complementary color
Monochromatic Colors of #0F9673
Black with #0F9673
Text Example
Text Example
White with #0F9673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F9673; }
p { color: rgb(15,150,115); }
H1.HeaderClassName
{
color: #0F9673;
}
.AnyTagClassName
{
color: #0F9673;
}
</style>
background-color css
<style>
a { background-color: #0F9673; }
a { background-color: rgb(15,150,115); }
div.DivClassName
{
background-color: #0F9673;
}
.BgClassName
{
background-color: #0F9673;
}
</style>
border-color css
<style>
span { border-color: #0F9673; }
span { border-color: rgb(15,150,115); }
td.TdClassName
{
border-color: #0F9673;
}
.TagClassName
{
border-color: #0F9673;
}
</style>