Html Css Color HEX #0C987F Free Speech Aquamarine
📋 copy color: '#0C987F'red 12 ◦ green 152 ◦ blue 127
Shades of Free Speech Aquamarine #0C987F
Tints of Free Speech Aquamarine #0C987F
RGB
CMYK
RGB Variations
Color information
#0C987F (or 0x0C987F) is known color: Free Speech Aquamarine. HEX triplet: 0C, 98 and 7F. RGB value is (12,152,127). Sum of RGB (Red+Green+Blue) = 12+152+127=291 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.12% from 291); Green value is 152 (59.77% from 255 or 52.23% from 291); Blue value is 127 (50% from 255 or 43.64% from 291); Max value from RGB is 152 - color contains mainly: green. Hex color #0C987F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C987F is #F36780. Grayscale: #6B6B6B. Windows color (decimal): -15951745 or 8361996. OLE color: 8361996.
HSL color Cylindrical-coordinate representation of color #0C987F: hue angle of 169.29º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C987F is Cyan = 0.92, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 12 | 152 | 127 | - |
| CMYK | 0.92 | 0 | 0.16 | 0.40 |
| HSL | 169.29º | 0.85% | 0.32% | - |
| HSV(B) | 169.29º | 0.92% | 0.6% | - |
| XYZ | 15.21 | 24.07 | 23.92 | - |
| YUV | 107.29 | 139.12 | 60.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 152 | 127 | 0.92 | 0 | 0.16 | 0.40 | 169.29 | 0.85 | 0.32 |
| Hex | C | 98 | 7F | 5C | 0 | 10 | 28 | A9 | 55 | 20 |
| Octal | 14 | 230 | 177 | 134 | 0 | 20 | 50 | 251 | 125 | 40 |
| Binary | 1100 | 10011000 | 1111111 | 1011100 | 0 | 10000 | 101000 | 10101001 | 1010101 | 100000 |
Color Harmonies of #0C987F
Complementary color
Monochromatic Colors of #0C987F
Black with #0C987F
Text Example
Text Example
White with #0C987F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C987F; }
p { color: rgb(12,152,127); }
H1.HeaderClassName
{
color: #0C987F;
}
.AnyTagClassName
{
color: #0C987F;
}
</style>
background-color css
<style>
a { background-color: #0C987F; }
a { background-color: rgb(12,152,127); }
div.DivClassName
{
background-color: #0C987F;
}
.BgClassName
{
background-color: #0C987F;
}
</style>
border-color css
<style>
span { border-color: #0C987F; }
span { border-color: rgb(12,152,127); }
td.TdClassName
{
border-color: #0C987F;
}
.TagClassName
{
border-color: #0C987F;
}
</style>