Html Css Color HEX #0F9983 Free Speech Aquamarine
📋 copy color: '#0F9983'red 15 ◦ green 153 ◦ blue 131
Shades of Free Speech Aquamarine #0F9983
Tints of Free Speech Aquamarine #0F9983
RGB
CMYK
RGB Variations
Color information
#0F9983 (or 0x0F9983) is known color: Free Speech Aquamarine. HEX triplet: 0F, 99 and 83. RGB value is (15,153,131). Sum of RGB (Red+Green+Blue) = 15+153+131=299 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5.02% from 299); Green value is 153 (60.16% from 255 or 51.17% from 299); Blue value is 131 (51.56% from 255 or 43.81% from 299); Max value from RGB is 153 - color contains mainly: green. Hex color #0F9983 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F9983 is #F0667C. Grayscale: #6D6D6D. Windows color (decimal): -15754877 or 8624399. OLE color: 8624399.
HSL color Cylindrical-coordinate representation of color #0F9983: hue angle of 170.43º 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 #0F9983 is Cyan = 0.90, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 15 | 153 | 131 | - |
| CMYK | 0.90 | 0 | 0.14 | 0.4 |
| HSL | 170.43º | 0.82% | 0.33% | - |
| HSV(B) | 170.43º | 0.9% | 0.6% | - |
| XYZ | 15.68 | 24.52 | 25.38 | - |
| YUV | 109.23 | 140.28 | 60.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 153 | 131 | 0.90 | 0 | 0.14 | 0.4 | 170.43 | 0.82 | 0.33 |
| Hex | F | 99 | 83 | 5A | 0 | E | 28 | AA | 52 | 21 |
| Octal | 17 | 231 | 203 | 132 | 0 | 16 | 50 | 252 | 122 | 41 |
| Binary | 1111 | 10011001 | 10000011 | 1011010 | 0 | 1110 | 101000 | 10101010 | 1010010 | 100001 |
Color Harmonies of #0F9983
Complementary color
Monochromatic Colors of #0F9983
Black with #0F9983
Text Example
Text Example
White with #0F9983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F9983; }
p { color: rgb(15,153,131); }
H1.HeaderClassName
{
color: #0F9983;
}
.AnyTagClassName
{
color: #0F9983;
}
</style>
background-color css
<style>
a { background-color: #0F9983; }
a { background-color: rgb(15,153,131); }
div.DivClassName
{
background-color: #0F9983;
}
.BgClassName
{
background-color: #0F9983;
}
</style>
border-color css
<style>
span { border-color: #0F9983; }
span { border-color: rgb(15,153,131); }
td.TdClassName
{
border-color: #0F9983;
}
.TagClassName
{
border-color: #0F9983;
}
</style>