Html Css Color HEX #0F9975 Free Speech Aquamarine
📋 copy color: '#0F9975'red 15 ◦ green 153 ◦ blue 117
Shades of Free Speech Aquamarine #0F9975
Tints of Free Speech Aquamarine #0F9975
RGB
CMYK
RGB Variations
Color information
#0F9975 (or 0x0F9975) is known color: Free Speech Aquamarine. HEX triplet: 0F, 99 and 75. RGB value is (15,153,117). Sum of RGB (Red+Green+Blue) = 15+153+117=285 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.26% from 285); Green value is 153 (60.16% from 255 or 53.68% from 285); Blue value is 117 (46.09% from 255 or 41.05% from 285); Max value from RGB is 153 - color contains mainly: green. Hex color #0F9975 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F9975 is #F0668A. Grayscale: #6B6B6B. Windows color (decimal): -15754891 or 7706895. OLE color: 7706895.
HSL color Cylindrical-coordinate representation of color #0F9975: hue angle of 164.35º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F9975 is Cyan = 0.90, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 15 | 153 | 117 | - |
| CMYK | 0.90 | 0 | 0.24 | 0.4 |
| HSL | 164.35º | 0.82% | 0.33% | - |
| HSV(B) | 164.35º | 0.9% | 0.6% | - |
| XYZ | 14.8 | 24.17 | 20.71 | - |
| YUV | 107.63 | 133.28 | 61.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 153 | 117 | 0.90 | 0 | 0.24 | 0.4 | 164.35 | 0.82 | 0.33 |
| Hex | F | 99 | 75 | 5A | 0 | 18 | 28 | A4 | 52 | 21 |
| Octal | 17 | 231 | 165 | 132 | 0 | 30 | 50 | 244 | 122 | 41 |
| Binary | 1111 | 10011001 | 1110101 | 1011010 | 0 | 11000 | 101000 | 10100100 | 1010010 | 100001 |
Color Harmonies of #0F9975
Complementary color
Monochromatic Colors of #0F9975
Black with #0F9975
Text Example
Text Example
White with #0F9975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F9975; }
p { color: rgb(15,153,117); }
H1.HeaderClassName
{
color: #0F9975;
}
.AnyTagClassName
{
color: #0F9975;
}
</style>
background-color css
<style>
a { background-color: #0F9975; }
a { background-color: rgb(15,153,117); }
div.DivClassName
{
background-color: #0F9975;
}
.BgClassName
{
background-color: #0F9975;
}
</style>
border-color css
<style>
span { border-color: #0F9975; }
span { border-color: rgb(15,153,117); }
td.TdClassName
{
border-color: #0F9975;
}
.TagClassName
{
border-color: #0F9975;
}
</style>