Html Css Color HEX #0C9572 Free Speech Aquamarine
📋 copy color: '#0C9572'red 12 ◦ green 149 ◦ blue 114
Shades of Free Speech Aquamarine #0C9572
Tints of Free Speech Aquamarine #0C9572
RGB
CMYK
RGB Variations
Color information
#0C9572 (or 0x0C9572) is known color: Free Speech Aquamarine. HEX triplet: 0C, 95 and 72. RGB value is (12,149,114). Sum of RGB (Red+Green+Blue) = 12+149+114=275 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.36% from 275); Green value is 149 (58.59% from 255 or 54.18% from 275); Blue value is 114 (44.92% from 255 or 41.45% from 275); Max value from RGB is 149 - color contains mainly: green. Hex color #0C9572 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C9572 is #F36A8D. Grayscale: #686868. Windows color (decimal): -15952526 or 7509260. OLE color: 7509260.
HSL color Cylindrical-coordinate representation of color #0C9572: hue angle of 164.67º 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 #0C9572 is Cyan = 0.92, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 12 | 149 | 114 | - |
| CMYK | 0.92 | 0 | 0.23 | 0.42 |
| HSL | 164.67º | 0.85% | 0.32% | - |
| HSV(B) | 164.67º | 0.92% | 0.58% | - |
| XYZ | 13.94 | 22.79 | 19.58 | - |
| YUV | 104.05 | 133.61 | 62.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 149 | 114 | 0.92 | 0 | 0.23 | 0.42 | 164.67 | 0.85 | 0.32 |
| Hex | C | 95 | 72 | 5C | 0 | 17 | 2A | A5 | 55 | 20 |
| Octal | 14 | 225 | 162 | 134 | 0 | 27 | 52 | 245 | 125 | 40 |
| Binary | 1100 | 10010101 | 1110010 | 1011100 | 0 | 10111 | 101010 | 10100101 | 1010101 | 100000 |
Color Harmonies of #0C9572
Complementary color
Monochromatic Colors of #0C9572
Black with #0C9572
Text Example
Text Example
White with #0C9572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C9572; }
p { color: rgb(12,149,114); }
H1.HeaderClassName
{
color: #0C9572;
}
.AnyTagClassName
{
color: #0C9572;
}
</style>
background-color css
<style>
a { background-color: #0C9572; }
a { background-color: rgb(12,149,114); }
div.DivClassName
{
background-color: #0C9572;
}
.BgClassName
{
background-color: #0C9572;
}
</style>
border-color css
<style>
span { border-color: #0C9572; }
span { border-color: rgb(12,149,114); }
td.TdClassName
{
border-color: #0C9572;
}
.TagClassName
{
border-color: #0C9572;
}
</style>