Html Css Color HEX #0F9B73 Free Speech Aquamarine
📋 copy color: '#0F9B73'red 15 ◦ green 155 ◦ blue 115
Shades of Free Speech Aquamarine #0F9B73
Tints of Free Speech Aquamarine #0F9B73
RGB
CMYK
RGB Variations
Color information
#0F9B73 (or 0x0F9B73) is known color: Free Speech Aquamarine. HEX triplet: 0F, 9B and 73. RGB value is (15,155,115). Sum of RGB (Red+Green+Blue) = 15+155+115=285 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.26% from 285); Green value is 155 (60.94% from 255 or 54.39% from 285); Blue value is 115 (45.31% from 255 or 40.35% from 285); Max value from RGB is 155 - color contains mainly: green. Hex color #0F9B73 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F9B73 is #F0648C. Grayscale: #6C6C6C. Windows color (decimal): -15754381 or 7576335. OLE color: 7576335.
HSL color Cylindrical-coordinate representation of color #0F9B73: hue angle of 162.86º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F9B73 is Cyan = 0.90, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 15 | 155 | 115 | - |
| CMYK | 0.90 | 0 | 0.26 | 0.39 |
| HSL | 162.86º | 0.82% | 0.33% | - |
| HSV(B) | 162.86º | 0.9% | 0.61% | - |
| XYZ | 15.01 | 24.78 | 20.21 | - |
| YUV | 108.58 | 131.62 | 61.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 155 | 115 | 0.90 | 0 | 0.26 | 0.39 | 162.86 | 0.82 | 0.33 |
| Hex | F | 9B | 73 | 5A | 0 | 1A | 27 | A3 | 52 | 21 |
| Octal | 17 | 233 | 163 | 132 | 0 | 32 | 47 | 243 | 122 | 41 |
| Binary | 1111 | 10011011 | 1110011 | 1011010 | 0 | 11010 | 100111 | 10100011 | 1010010 | 100001 |
Color Harmonies of #0F9B73
Complementary color
Monochromatic Colors of #0F9B73
Black with #0F9B73
Text Example
Text Example
White with #0F9B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F9B73; }
p { color: rgb(15,155,115); }
H1.HeaderClassName
{
color: #0F9B73;
}
.AnyTagClassName
{
color: #0F9B73;
}
</style>
background-color css
<style>
a { background-color: #0F9B73; }
a { background-color: rgb(15,155,115); }
div.DivClassName
{
background-color: #0F9B73;
}
.BgClassName
{
background-color: #0F9B73;
}
</style>
border-color css
<style>
span { border-color: #0F9B73; }
span { border-color: rgb(15,155,115); }
td.TdClassName
{
border-color: #0F9B73;
}
.TagClassName
{
border-color: #0F9B73;
}
</style>