Html Css Color HEX #0F996C Free Speech Aquamarine
📋 copy color: '#0F996C'red 15 ◦ green 153 ◦ blue 108
Shades of Free Speech Aquamarine #0F996C
Tints of Free Speech Aquamarine #0F996C
RGB
CMYK
RGB Variations
Color information
#0F996C (or 0x0F996C) is known color: Free Speech Aquamarine. HEX triplet: 0F, 99 and 6C. RGB value is (15,153,108). Sum of RGB (Red+Green+Blue) = 15+153+108=276 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.43% from 276); Green value is 153 (60.16% from 255 or 55.43% from 276); Blue value is 108 (42.58% from 255 or 39.13% from 276); Max value from RGB is 153 - color contains mainly: green. Hex color #0F996C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F996C is #F06693. Grayscale: #6A6A6A. Windows color (decimal): -15754900 or 7117071. OLE color: 7117071.
HSL color Cylindrical-coordinate representation of color #0F996C: hue angle of 160.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 #0F996C is Cyan = 0.90, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 15 | 153 | 108 | - |
| CMYK | 0.90 | 0 | 0.29 | 0.4 |
| HSL | 160.43º | 0.82% | 0.33% | - |
| HSV(B) | 160.43º | 0.9% | 0.6% | - |
| XYZ | 14.3 | 23.97 | 18.06 | - |
| YUV | 106.61 | 128.78 | 62.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 153 | 108 | 0.90 | 0 | 0.29 | 0.4 | 160.43 | 0.82 | 0.33 |
| Hex | F | 99 | 6C | 5A | 0 | 1D | 28 | A0 | 52 | 21 |
| Octal | 17 | 231 | 154 | 132 | 0 | 35 | 50 | 240 | 122 | 41 |
| Binary | 1111 | 10011001 | 1101100 | 1011010 | 0 | 11101 | 101000 | 10100000 | 1010010 | 100001 |
Color Harmonies of #0F996C
Complementary color
Monochromatic Colors of #0F996C
Black with #0F996C
Text Example
Text Example
White with #0F996C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F996C; }
p { color: rgb(15,153,108); }
H1.HeaderClassName
{
color: #0F996C;
}
.AnyTagClassName
{
color: #0F996C;
}
</style>
background-color css
<style>
a { background-color: #0F996C; }
a { background-color: rgb(15,153,108); }
div.DivClassName
{
background-color: #0F996C;
}
.BgClassName
{
background-color: #0F996C;
}
</style>
border-color css
<style>
span { border-color: #0F996C; }
span { border-color: rgb(15,153,108); }
td.TdClassName
{
border-color: #0F996C;
}
.TagClassName
{
border-color: #0F996C;
}
</style>