Html Css Color HEX #0F957A Free Speech Aquamarine
📋 copy color: '#0F957A'red 15 ◦ green 149 ◦ blue 122
Shades of Free Speech Aquamarine #0F957A
Tints of Free Speech Aquamarine #0F957A
RGB
CMYK
RGB Variations
Color information
#0F957A (or 0x0F957A) is known color: Free Speech Aquamarine. HEX triplet: 0F, 95 and 7A. RGB value is (15,149,122). Sum of RGB (Red+Green+Blue) = 15+149+122=286 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.24% from 286); Green value is 149 (58.59% from 255 or 52.10% from 286); Blue value is 122 (48.05% from 255 or 42.66% from 286); Max value from RGB is 149 - color contains mainly: green. Hex color #0F957A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F957A is #F06A85. Grayscale: #696969. Windows color (decimal): -15755910 or 8033551. OLE color: 8033551.
HSL color Cylindrical-coordinate representation of color #0F957A: hue angle of 167.91º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F957A is Cyan = 0.90, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 15 | 149 | 122 | - |
| CMYK | 0.90 | 0 | 0.18 | 0.42 |
| HSL | 167.91º | 0.82% | 0.32% | - |
| HSV(B) | 167.91º | 0.9% | 0.58% | - |
| XYZ | 14.46 | 23 | 22.09 | - |
| YUV | 105.86 | 137.11 | 63.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 149 | 122 | 0.90 | 0 | 0.18 | 0.42 | 167.91 | 0.82 | 0.32 |
| Hex | F | 95 | 7A | 5A | 0 | 12 | 2A | A8 | 52 | 20 |
| Octal | 17 | 225 | 172 | 132 | 0 | 22 | 52 | 250 | 122 | 40 |
| Binary | 1111 | 10010101 | 1111010 | 1011010 | 0 | 10010 | 101010 | 10101000 | 1010010 | 100000 |
Color Harmonies of #0F957A
Complementary color
Monochromatic Colors of #0F957A
Black with #0F957A
Text Example
Text Example
White with #0F957A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F957A; }
p { color: rgb(15,149,122); }
H1.HeaderClassName
{
color: #0F957A;
}
.AnyTagClassName
{
color: #0F957A;
}
</style>
background-color css
<style>
a { background-color: #0F957A; }
a { background-color: rgb(15,149,122); }
div.DivClassName
{
background-color: #0F957A;
}
.BgClassName
{
background-color: #0F957A;
}
</style>
border-color css
<style>
span { border-color: #0F957A; }
span { border-color: rgb(15,149,122); }
td.TdClassName
{
border-color: #0F957A;
}
.TagClassName
{
border-color: #0F957A;
}
</style>