Html Css Color HEX #0F9985 Free Speech Aquamarine
📋 copy color: '#0F9985'red 15 ◦ green 153 ◦ blue 133
Shades of Free Speech Aquamarine #0F9985
Tints of Free Speech Aquamarine #0F9985
RGB
CMYK
RGB Variations
Color information
#0F9985 (or 0x0F9985) is known color: Free Speech Aquamarine. HEX triplet: 0F, 99 and 85. RGB value is (15,153,133). Sum of RGB (Red+Green+Blue) = 15+153+133=301 (39% of max value = 765). Red value is 15 (6.25% from 255 or 4.98% from 301); Green value is 153 (60.16% from 255 or 50.83% from 301); Blue value is 133 (52.34% from 255 or 44.19% from 301); Max value from RGB is 153 - color contains mainly: green. Hex color #0F9985 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F9985 is #F0667A. Grayscale: #6D6D6D. Windows color (decimal): -15754875 or 8755471. OLE color: 8755471.
HSL color Cylindrical-coordinate representation of color #0F9985: hue angle of 171.3º 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 #0F9985 is Cyan = 0.90, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 15 | 153 | 133 | - |
| CMYK | 0.90 | 0 | 0.13 | 0.4 |
| HSL | 171.3º | 0.82% | 0.33% | - |
| HSV(B) | 171.3º | 0.9% | 0.6% | - |
| XYZ | 15.82 | 24.58 | 26.1 | - |
| YUV | 109.46 | 141.28 | 60.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 153 | 133 | 0.90 | 0 | 0.13 | 0.4 | 171.3 | 0.82 | 0.33 |
| Hex | F | 99 | 85 | 5A | 0 | D | 28 | AB | 52 | 21 |
| Octal | 17 | 231 | 205 | 132 | 0 | 15 | 50 | 253 | 122 | 41 |
| Binary | 1111 | 10011001 | 10000101 | 1011010 | 0 | 1101 | 101000 | 10101011 | 1010010 | 100001 |
Color Harmonies of #0F9985
Complementary color
Monochromatic Colors of #0F9985
Black with #0F9985
Text Example
Text Example
White with #0F9985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F9985; }
p { color: rgb(15,153,133); }
H1.HeaderClassName
{
color: #0F9985;
}
.AnyTagClassName
{
color: #0F9985;
}
</style>
background-color css
<style>
a { background-color: #0F9985; }
a { background-color: rgb(15,153,133); }
div.DivClassName
{
background-color: #0F9985;
}
.BgClassName
{
background-color: #0F9985;
}
</style>
border-color css
<style>
span { border-color: #0F9985; }
span { border-color: rgb(15,153,133); }
td.TdClassName
{
border-color: #0F9985;
}
.TagClassName
{
border-color: #0F9985;
}
</style>