Html Css Color HEX #0F9E7D Free Speech Aquamarine
📋 copy color: '#0F9E7D'red 15 ◦ green 158 ◦ blue 125
Shades of Free Speech Aquamarine #0F9E7D
Tints of Free Speech Aquamarine #0F9E7D
RGB
CMYK
RGB Variations
Color information
#0F9E7D (or 0x0F9E7D) is known color: Free Speech Aquamarine. HEX triplet: 0F, 9E and 7D. RGB value is (15,158,125). Sum of RGB (Red+Green+Blue) = 15+158+125=298 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5.03% from 298); Green value is 158 (62.11% from 255 or 53.02% from 298); Blue value is 125 (49.22% from 255 or 41.95% from 298); Max value from RGB is 158 - color contains mainly: green. Hex color #0F9E7D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F9E7D is #F06182. Grayscale: #6F6F6F. Windows color (decimal): -15753603 or 8232463. OLE color: 8232463.
HSL color Cylindrical-coordinate representation of color #0F9E7D: hue angle of 166.15º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F9E7D is Cyan = 0.91, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 15 | 158 | 125 | - |
| CMYK | 0.91 | 0 | 0.21 | 0.38 |
| HSL | 166.15º | 0.83% | 0.34% | - |
| HSV(B) | 166.15º | 0.91% | 0.62% | - |
| XYZ | 16.13 | 26.04 | 23.58 | - |
| YUV | 111.48 | 135.62 | 59.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 158 | 125 | 0.91 | 0 | 0.21 | 0.38 | 166.15 | 0.83 | 0.34 |
| Hex | F | 9E | 7D | 5B | 0 | 15 | 26 | A6 | 53 | 22 |
| Octal | 17 | 236 | 175 | 133 | 0 | 25 | 46 | 246 | 123 | 42 |
| Binary | 1111 | 10011110 | 1111101 | 1011011 | 0 | 10101 | 100110 | 10100110 | 1010011 | 100010 |
Color Harmonies of #0F9E7D
Complementary color
Monochromatic Colors of #0F9E7D
Black with #0F9E7D
Text Example
Text Example
White with #0F9E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F9E7D; }
p { color: rgb(15,158,125); }
H1.HeaderClassName
{
color: #0F9E7D;
}
.AnyTagClassName
{
color: #0F9E7D;
}
</style>
background-color css
<style>
a { background-color: #0F9E7D; }
a { background-color: rgb(15,158,125); }
div.DivClassName
{
background-color: #0F9E7D;
}
.BgClassName
{
background-color: #0F9E7D;
}
</style>
border-color css
<style>
span { border-color: #0F9E7D; }
span { border-color: rgb(15,158,125); }
td.TdClassName
{
border-color: #0F9E7D;
}
.TagClassName
{
border-color: #0F9E7D;
}
</style>