Html Css Color HEX #0C987A Free Speech Aquamarine
📋 copy color: '#0C987A'red 12 ◦ green 152 ◦ blue 122
Shades of Free Speech Aquamarine #0C987A
Tints of Free Speech Aquamarine #0C987A
RGB
CMYK
RGB Variations
Color information
#0C987A (or 0x0C987A) is known color: Free Speech Aquamarine. HEX triplet: 0C, 98 and 7A. RGB value is (12,152,122). Sum of RGB (Red+Green+Blue) = 12+152+122=286 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.20% from 286); Green value is 152 (59.77% from 255 or 53.15% from 286); Blue value is 122 (48.05% from 255 or 42.66% from 286); Max value from RGB is 152 - color contains mainly: green. Hex color #0C987A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C987A is #F36785. Grayscale: #6A6A6A. Windows color (decimal): -15951750 or 8034316. OLE color: 8034316.
HSL color Cylindrical-coordinate representation of color #0C987A: hue angle of 167.14º 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 #0C987A is Cyan = 0.92, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 12 | 152 | 122 | - |
| CMYK | 0.92 | 0 | 0.20 | 0.40 |
| HSL | 167.14º | 0.85% | 0.32% | - |
| HSV(B) | 167.14º | 0.92% | 0.6% | - |
| XYZ | 14.89 | 23.94 | 22.25 | - |
| YUV | 106.72 | 136.62 | 60.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 152 | 122 | 0.92 | 0 | 0.20 | 0.40 | 167.14 | 0.85 | 0.32 |
| Hex | C | 98 | 7A | 5C | 0 | 14 | 28 | A7 | 55 | 20 |
| Octal | 14 | 230 | 172 | 134 | 0 | 24 | 50 | 247 | 125 | 40 |
| Binary | 1100 | 10011000 | 1111010 | 1011100 | 0 | 10100 | 101000 | 10100111 | 1010101 | 100000 |
Color Harmonies of #0C987A
Complementary color
Monochromatic Colors of #0C987A
Black with #0C987A
Text Example
Text Example
White with #0C987A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C987A; }
p { color: rgb(12,152,122); }
H1.HeaderClassName
{
color: #0C987A;
}
.AnyTagClassName
{
color: #0C987A;
}
</style>
background-color css
<style>
a { background-color: #0C987A; }
a { background-color: rgb(12,152,122); }
div.DivClassName
{
background-color: #0C987A;
}
.BgClassName
{
background-color: #0C987A;
}
</style>
border-color css
<style>
span { border-color: #0C987A; }
span { border-color: rgb(12,152,122); }
td.TdClassName
{
border-color: #0C987A;
}
.TagClassName
{
border-color: #0C987A;
}
</style>