Html Css Color HEX #0C957D Free Speech Aquamarine
📋 copy color: '#0C957D'red 12 ◦ green 149 ◦ blue 125
Shades of Free Speech Aquamarine #0C957D
Tints of Free Speech Aquamarine #0C957D
RGB
CMYK
RGB Variations
Color information
#0C957D (or 0x0C957D) is known color: Free Speech Aquamarine. HEX triplet: 0C, 95 and 7D. RGB value is (12,149,125). Sum of RGB (Red+Green+Blue) = 12+149+125=286 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.20% from 286); Green value is 149 (58.59% from 255 or 52.10% from 286); Blue value is 125 (49.22% from 255 or 43.71% from 286); Max value from RGB is 149 - color contains mainly: green. Hex color #0C957D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C957D is #F36A82. Grayscale: #696969. Windows color (decimal): -15952515 or 8230156. OLE color: 8230156.
HSL color Cylindrical-coordinate representation of color #0C957D: hue angle of 169.49º 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 #0C957D is Cyan = 0.92, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 12 | 149 | 125 | - |
| CMYK | 0.92 | 0 | 0.16 | 0.42 |
| HSL | 169.49º | 0.85% | 0.32% | - |
| HSV(B) | 169.49º | 0.92% | 0.58% | - |
| XYZ | 14.6 | 23.05 | 23.08 | - |
| YUV | 105.3 | 139.11 | 61.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 149 | 125 | 0.92 | 0 | 0.16 | 0.42 | 169.49 | 0.85 | 0.32 |
| Hex | C | 95 | 7D | 5C | 0 | 10 | 2A | A9 | 55 | 20 |
| Octal | 14 | 225 | 175 | 134 | 0 | 20 | 52 | 251 | 125 | 40 |
| Binary | 1100 | 10010101 | 1111101 | 1011100 | 0 | 10000 | 101010 | 10101001 | 1010101 | 100000 |
Color Harmonies of #0C957D
Complementary color
Monochromatic Colors of #0C957D
Black with #0C957D
Text Example
Text Example
White with #0C957D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C957D; }
p { color: rgb(12,149,125); }
H1.HeaderClassName
{
color: #0C957D;
}
.AnyTagClassName
{
color: #0C957D;
}
</style>
background-color css
<style>
a { background-color: #0C957D; }
a { background-color: rgb(12,149,125); }
div.DivClassName
{
background-color: #0C957D;
}
.BgClassName
{
background-color: #0C957D;
}
</style>
border-color css
<style>
span { border-color: #0C957D; }
span { border-color: rgb(12,149,125); }
td.TdClassName
{
border-color: #0C957D;
}
.TagClassName
{
border-color: #0C957D;
}
</style>