Html Css Color HEX #0F9981 Free Speech Aquamarine
📋 copy color: '#0F9981'red 15 ◦ green 153 ◦ blue 129
Shades of Free Speech Aquamarine #0F9981
Tints of Free Speech Aquamarine #0F9981
RGB
CMYK
RGB Variations
Color information
#0F9981 (or 0x0F9981) is known color: Free Speech Aquamarine. HEX triplet: 0F, 99 and 81. RGB value is (15,153,129). Sum of RGB (Red+Green+Blue) = 15+153+129=297 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5.05% from 297); Green value is 153 (60.16% from 255 or 51.52% from 297); Blue value is 129 (50.78% from 255 or 43.43% from 297); Max value from RGB is 153 - color contains mainly: green. Hex color #0F9981 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F9981 is #F0667E. Grayscale: #6C6C6C. Windows color (decimal): -15754879 or 8493327. OLE color: 8493327.
HSL color Cylindrical-coordinate representation of color #0F9981: hue angle of 169.57º 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 #0F9981 is Cyan = 0.90, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 15 | 153 | 129 | - |
| CMYK | 0.90 | 0 | 0.16 | 0.4 |
| HSL | 169.57º | 0.82% | 0.33% | - |
| HSV(B) | 169.57º | 0.9% | 0.6% | - |
| XYZ | 15.55 | 24.47 | 24.67 | - |
| YUV | 109 | 139.28 | 60.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 153 | 129 | 0.90 | 0 | 0.16 | 0.4 | 169.57 | 0.82 | 0.33 |
| Hex | F | 99 | 81 | 5A | 0 | 10 | 28 | AA | 52 | 21 |
| Octal | 17 | 231 | 201 | 132 | 0 | 20 | 50 | 252 | 122 | 41 |
| Binary | 1111 | 10011001 | 10000001 | 1011010 | 0 | 10000 | 101000 | 10101010 | 1010010 | 100001 |
Color Harmonies of #0F9981
Complementary color
Monochromatic Colors of #0F9981
Black with #0F9981
Text Example
Text Example
White with #0F9981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F9981; }
p { color: rgb(15,153,129); }
H1.HeaderClassName
{
color: #0F9981;
}
.AnyTagClassName
{
color: #0F9981;
}
</style>
background-color css
<style>
a { background-color: #0F9981; }
a { background-color: rgb(15,153,129); }
div.DivClassName
{
background-color: #0F9981;
}
.BgClassName
{
background-color: #0F9981;
}
</style>
border-color css
<style>
span { border-color: #0F9981; }
span { border-color: rgb(15,153,129); }
td.TdClassName
{
border-color: #0F9981;
}
.TagClassName
{
border-color: #0F9981;
}
</style>