Html Css Color HEX #0CA079 Free Speech Aquamarine
📋 copy color: '#0CA079'red 12 ◦ green 160 ◦ blue 121
Shades of Free Speech Aquamarine #0CA079
Tints of Free Speech Aquamarine #0CA079
RGB
CMYK
RGB Variations
Color information
#0CA079 (or 0x0CA079) is known color: Free Speech Aquamarine. HEX triplet: 0C, A0 and 79. RGB value is (12,160,121). Sum of RGB (Red+Green+Blue) = 12+160+121=293 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.10% from 293); Green value is 160 (62.89% from 255 or 54.61% from 293); Blue value is 121 (47.66% from 255 or 41.30% from 293); Max value from RGB is 160 - color contains mainly: green. Hex color #0CA079 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CA079 is #F35F86. Grayscale: #6F6F6F. Windows color (decimal): -15949703 or 7970828. OLE color: 7970828.
HSL color Cylindrical-coordinate representation of color #0CA079: hue angle of 164.19º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CA079 is Cyan = 0.93, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 12 | 160 | 121 | - |
| CMYK | 0.93 | 0 | 0.24 | 0.37 |
| HSL | 164.19º | 0.86% | 0.34% | - |
| HSV(B) | 164.19º | 0.93% | 0.63% | - |
| XYZ | 16.17 | 26.6 | 22.37 | - |
| YUV | 111.3 | 133.47 | 57.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 160 | 121 | 0.93 | 0 | 0.24 | 0.37 | 164.19 | 0.86 | 0.34 |
| Hex | C | A0 | 79 | 5D | 0 | 18 | 25 | A4 | 56 | 22 |
| Octal | 14 | 240 | 171 | 135 | 0 | 30 | 45 | 244 | 126 | 42 |
| Binary | 1100 | 10100000 | 1111001 | 1011101 | 0 | 11000 | 100101 | 10100100 | 1010110 | 100010 |
Color Harmonies of #0CA079
Complementary color
Monochromatic Colors of #0CA079
Black with #0CA079
Text Example
Text Example
White with #0CA079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CA079; }
p { color: rgb(12,160,121); }
H1.HeaderClassName
{
color: #0CA079;
}
.AnyTagClassName
{
color: #0CA079;
}
</style>
background-color css
<style>
a { background-color: #0CA079; }
a { background-color: rgb(12,160,121); }
div.DivClassName
{
background-color: #0CA079;
}
.BgClassName
{
background-color: #0CA079;
}
</style>
border-color css
<style>
span { border-color: #0CA079; }
span { border-color: rgb(12,160,121); }
td.TdClassName
{
border-color: #0CA079;
}
.TagClassName
{
border-color: #0CA079;
}
</style>