Html Css Color HEX #0F9F7D Free Speech Aquamarine
📋 copy color: '#0F9F7D'red 15 ◦ green 159 ◦ blue 125
Shades of Free Speech Aquamarine #0F9F7D
Tints of Free Speech Aquamarine #0F9F7D
RGB
CMYK
RGB Variations
Color information
#0F9F7D (or 0x0F9F7D) is known color: Free Speech Aquamarine. HEX triplet: 0F, 9F and 7D. RGB value is (15,159,125). Sum of RGB (Red+Green+Blue) = 15+159+125=299 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5.02% from 299); Green value is 159 (62.5% from 255 or 53.18% from 299); Blue value is 125 (49.22% from 255 or 41.81% from 299); Max value from RGB is 159 - color contains mainly: green. Hex color #0F9F7D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F9F7D is #F06082. Grayscale: #707070. Windows color (decimal): -15753347 or 8232719. OLE color: 8232719.
HSL color Cylindrical-coordinate representation of color #0F9F7D: hue angle of 165.83º 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 #0F9F7D is Cyan = 0.91, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 15 | 159 | 125 | - |
| CMYK | 0.91 | 0 | 0.21 | 0.38 |
| HSL | 165.83º | 0.83% | 0.34% | - |
| HSV(B) | 165.83º | 0.91% | 0.62% | - |
| XYZ | 16.3 | 26.38 | 23.63 | - |
| YUV | 112.07 | 135.29 | 58.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 159 | 125 | 0.91 | 0 | 0.21 | 0.38 | 165.83 | 0.83 | 0.34 |
| Hex | F | 9F | 7D | 5B | 0 | 15 | 26 | A6 | 53 | 22 |
| Octal | 17 | 237 | 175 | 133 | 0 | 25 | 46 | 246 | 123 | 42 |
| Binary | 1111 | 10011111 | 1111101 | 1011011 | 0 | 10101 | 100110 | 10100110 | 1010011 | 100010 |
Color Harmonies of #0F9F7D
Complementary color
Monochromatic Colors of #0F9F7D
Black with #0F9F7D
Text Example
Text Example
White with #0F9F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F9F7D; }
p { color: rgb(15,159,125); }
H1.HeaderClassName
{
color: #0F9F7D;
}
.AnyTagClassName
{
color: #0F9F7D;
}
</style>
background-color css
<style>
a { background-color: #0F9F7D; }
a { background-color: rgb(15,159,125); }
div.DivClassName
{
background-color: #0F9F7D;
}
.BgClassName
{
background-color: #0F9F7D;
}
</style>
border-color css
<style>
span { border-color: #0F9F7D; }
span { border-color: rgb(15,159,125); }
td.TdClassName
{
border-color: #0F9F7D;
}
.TagClassName
{
border-color: #0F9F7D;
}
</style>