Html Css Color HEX #0F997F Free Speech Aquamarine
📋 copy color: '#0F997F'red 15 ◦ green 153 ◦ blue 127
Shades of Free Speech Aquamarine #0F997F
Tints of Free Speech Aquamarine #0F997F
RGB
CMYK
RGB Variations
Color information
#0F997F (or 0x0F997F) is known color: Free Speech Aquamarine. HEX triplet: 0F, 99 and 7F. RGB value is (15,153,127). Sum of RGB (Red+Green+Blue) = 15+153+127=295 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5.08% from 295); Green value is 153 (60.16% from 255 or 51.86% from 295); Blue value is 127 (50% from 255 or 43.05% from 295); Max value from RGB is 153 - color contains mainly: green. Hex color #0F997F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F997F is #F06680. Grayscale: #6C6C6C. Windows color (decimal): -15754881 or 8362255. OLE color: 8362255.
HSL color Cylindrical-coordinate representation of color #0F997F: hue angle of 168.7º 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 #0F997F is Cyan = 0.90, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 15 | 153 | 127 | - |
| CMYK | 0.90 | 0 | 0.17 | 0.4 |
| HSL | 168.7º | 0.82% | 0.33% | - |
| HSV(B) | 168.7º | 0.9% | 0.6% | - |
| XYZ | 15.42 | 24.42 | 23.98 | - |
| YUV | 108.77 | 138.28 | 61.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 153 | 127 | 0.90 | 0 | 0.17 | 0.4 | 168.7 | 0.82 | 0.33 |
| Hex | F | 99 | 7F | 5A | 0 | 11 | 28 | A9 | 52 | 21 |
| Octal | 17 | 231 | 177 | 132 | 0 | 21 | 50 | 251 | 122 | 41 |
| Binary | 1111 | 10011001 | 1111111 | 1011010 | 0 | 10001 | 101000 | 10101001 | 1010010 | 100001 |
Color Harmonies of #0F997F
Complementary color
Monochromatic Colors of #0F997F
Black with #0F997F
Text Example
Text Example
White with #0F997F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F997F; }
p { color: rgb(15,153,127); }
H1.HeaderClassName
{
color: #0F997F;
}
.AnyTagClassName
{
color: #0F997F;
}
</style>
background-color css
<style>
a { background-color: #0F997F; }
a { background-color: rgb(15,153,127); }
div.DivClassName
{
background-color: #0F997F;
}
.BgClassName
{
background-color: #0F997F;
}
</style>
border-color css
<style>
span { border-color: #0F997F; }
span { border-color: rgb(15,153,127); }
td.TdClassName
{
border-color: #0F997F;
}
.TagClassName
{
border-color: #0F997F;
}
</style>