Html Css Color HEX #0F977D Free Speech Aquamarine
📋 copy color: '#0F977D'red 15 ◦ green 151 ◦ blue 125
Shades of Free Speech Aquamarine #0F977D
Tints of Free Speech Aquamarine #0F977D
RGB
CMYK
RGB Variations
Color information
#0F977D (or 0x0F977D) is known color: Free Speech Aquamarine. HEX triplet: 0F, 97 and 7D. RGB value is (15,151,125). Sum of RGB (Red+Green+Blue) = 15+151+125=291 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.15% from 291); Green value is 151 (59.38% from 255 or 51.89% from 291); Blue value is 125 (49.22% from 255 or 42.96% from 291); Max value from RGB is 151 - color contains mainly: green. Hex color #0F977D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F977D is #F06882. Grayscale: #6B6B6B. Windows color (decimal): -15755395 or 8230671. OLE color: 8230671.
HSL color Cylindrical-coordinate representation of color #0F977D: hue angle of 168.53º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F977D is Cyan = 0.90, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 15 | 151 | 125 | - |
| CMYK | 0.90 | 0 | 0.17 | 0.41 |
| HSL | 168.53º | 0.82% | 0.33% | - |
| HSV(B) | 168.53º | 0.9% | 0.59% | - |
| XYZ | 14.97 | 23.72 | 23.19 | - |
| YUV | 107.37 | 137.94 | 62.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 151 | 125 | 0.90 | 0 | 0.17 | 0.41 | 168.53 | 0.82 | 0.33 |
| Hex | F | 97 | 7D | 5A | 0 | 11 | 29 | A9 | 52 | 21 |
| Octal | 17 | 227 | 175 | 132 | 0 | 21 | 51 | 251 | 122 | 41 |
| Binary | 1111 | 10010111 | 1111101 | 1011010 | 0 | 10001 | 101001 | 10101001 | 1010010 | 100001 |
Color Harmonies of #0F977D
Complementary color
Monochromatic Colors of #0F977D
Black with #0F977D
Text Example
Text Example
White with #0F977D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F977D; }
p { color: rgb(15,151,125); }
H1.HeaderClassName
{
color: #0F977D;
}
.AnyTagClassName
{
color: #0F977D;
}
</style>
background-color css
<style>
a { background-color: #0F977D; }
a { background-color: rgb(15,151,125); }
div.DivClassName
{
background-color: #0F977D;
}
.BgClassName
{
background-color: #0F977D;
}
</style>
border-color css
<style>
span { border-color: #0F977D; }
span { border-color: rgb(15,151,125); }
td.TdClassName
{
border-color: #0F977D;
}
.TagClassName
{
border-color: #0F977D;
}
</style>