Html Css Color HEX #0C9577 Free Speech Aquamarine
📋 copy color: '#0C9577'red 12 ◦ green 149 ◦ blue 119
Shades of Free Speech Aquamarine #0C9577
Tints of Free Speech Aquamarine #0C9577
RGB
CMYK
RGB Variations
Color information
#0C9577 (or 0x0C9577) is known color: Free Speech Aquamarine. HEX triplet: 0C, 95 and 77. RGB value is (12,149,119). Sum of RGB (Red+Green+Blue) = 12+149+119=280 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.29% from 280); Green value is 149 (58.59% from 255 or 53.21% from 280); Blue value is 119 (46.88% from 255 or 42.5% from 280); Max value from RGB is 149 - color contains mainly: green. Hex color #0C9577 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C9577 is #F36A88. Grayscale: #686868. Windows color (decimal): -15952521 or 7836940. OLE color: 7836940.
HSL color Cylindrical-coordinate representation of color #0C9577: hue angle of 166.86º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C9577 is Cyan = 0.92, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 12 | 149 | 119 | - |
| CMYK | 0.92 | 0 | 0.20 | 0.42 |
| HSL | 166.86º | 0.85% | 0.32% | - |
| HSV(B) | 166.86º | 0.92% | 0.58% | - |
| XYZ | 14.23 | 22.9 | 21.12 | - |
| YUV | 104.62 | 136.11 | 61.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 149 | 119 | 0.92 | 0 | 0.20 | 0.42 | 166.86 | 0.85 | 0.32 |
| Hex | C | 95 | 77 | 5C | 0 | 14 | 2A | A7 | 55 | 20 |
| Octal | 14 | 225 | 167 | 134 | 0 | 24 | 52 | 247 | 125 | 40 |
| Binary | 1100 | 10010101 | 1110111 | 1011100 | 0 | 10100 | 101010 | 10100111 | 1010101 | 100000 |
Color Harmonies of #0C9577
Complementary color
Monochromatic Colors of #0C9577
Black with #0C9577
Text Example
Text Example
White with #0C9577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C9577; }
p { color: rgb(12,149,119); }
H1.HeaderClassName
{
color: #0C9577;
}
.AnyTagClassName
{
color: #0C9577;
}
</style>
background-color css
<style>
a { background-color: #0C9577; }
a { background-color: rgb(12,149,119); }
div.DivClassName
{
background-color: #0C9577;
}
.BgClassName
{
background-color: #0C9577;
}
</style>
border-color css
<style>
span { border-color: #0C9577; }
span { border-color: rgb(12,149,119); }
td.TdClassName
{
border-color: #0C9577;
}
.TagClassName
{
border-color: #0C9577;
}
</style>