Html Css Color HEX #0C9575 Free Speech Aquamarine
📋 copy color: '#0C9575'red 12 ◦ green 149 ◦ blue 117
Shades of Free Speech Aquamarine #0C9575
Tints of Free Speech Aquamarine #0C9575
RGB
CMYK
RGB Variations
Color information
#0C9575 (or 0x0C9575) is known color: Free Speech Aquamarine. HEX triplet: 0C, 95 and 75. RGB value is (12,149,117). Sum of RGB (Red+Green+Blue) = 12+149+117=278 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.32% from 278); Green value is 149 (58.59% from 255 or 53.60% from 278); Blue value is 117 (46.09% from 255 or 42.09% from 278); Max value from RGB is 149 - color contains mainly: green. Hex color #0C9575 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C9575 is #F36A8A. Grayscale: #686868. Windows color (decimal): -15952523 or 7705868. OLE color: 7705868.
HSL color Cylindrical-coordinate representation of color #0C9575: hue angle of 165.99º 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 #0C9575 is Cyan = 0.92, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 12 | 149 | 117 | - |
| CMYK | 0.92 | 0 | 0.21 | 0.42 |
| HSL | 165.99º | 0.85% | 0.32% | - |
| HSV(B) | 165.99º | 0.92% | 0.58% | - |
| XYZ | 14.11 | 22.86 | 20.5 | - |
| YUV | 104.39 | 135.11 | 62.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 149 | 117 | 0.92 | 0 | 0.21 | 0.42 | 165.99 | 0.85 | 0.32 |
| Hex | C | 95 | 75 | 5C | 0 | 15 | 2A | A6 | 55 | 20 |
| Octal | 14 | 225 | 165 | 134 | 0 | 25 | 52 | 246 | 125 | 40 |
| Binary | 1100 | 10010101 | 1110101 | 1011100 | 0 | 10101 | 101010 | 10100110 | 1010101 | 100000 |
Color Harmonies of #0C9575
Complementary color
Monochromatic Colors of #0C9575
Black with #0C9575
Text Example
Text Example
White with #0C9575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C9575; }
p { color: rgb(12,149,117); }
H1.HeaderClassName
{
color: #0C9575;
}
.AnyTagClassName
{
color: #0C9575;
}
</style>
background-color css
<style>
a { background-color: #0C9575; }
a { background-color: rgb(12,149,117); }
div.DivClassName
{
background-color: #0C9575;
}
.BgClassName
{
background-color: #0C9575;
}
</style>
border-color css
<style>
span { border-color: #0C9575; }
span { border-color: rgb(12,149,117); }
td.TdClassName
{
border-color: #0C9575;
}
.TagClassName
{
border-color: #0C9575;
}
</style>