Html Css Color HEX #0C9983 Free Speech Aquamarine
📋 copy color: '#0C9983'red 12 ◦ green 153 ◦ blue 131
Shades of Free Speech Aquamarine #0C9983
Tints of Free Speech Aquamarine #0C9983
RGB
CMYK
RGB Variations
Color information
#0C9983 (or 0x0C9983) is known color: Free Speech Aquamarine. HEX triplet: 0C, 99 and 83. RGB value is (12,153,131). Sum of RGB (Red+Green+Blue) = 12+153+131=296 (39% of max value = 765). Red value is 12 (5.08% from 255 or 4.05% from 296); Green value is 153 (60.16% from 255 or 51.69% from 296); Blue value is 131 (51.56% from 255 or 44.26% from 296); Max value from RGB is 153 - color contains mainly: green. Hex color #0C9983 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C9983 is #F3667C. Grayscale: #6C6C6C. Windows color (decimal): -15951485 or 8624396. OLE color: 8624396.
HSL color Cylindrical-coordinate representation of color #0C9983: hue angle of 170.64º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C9983 is Cyan = 0.92, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 12 | 153 | 131 | - |
| CMYK | 0.92 | 0 | 0.14 | 0.4 |
| HSL | 170.64º | 0.85% | 0.32% | - |
| HSV(B) | 170.64º | 0.92% | 0.6% | - |
| XYZ | 15.64 | 24.5 | 25.38 | - |
| YUV | 108.33 | 140.79 | 59.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 153 | 131 | 0.92 | 0 | 0.14 | 0.4 | 170.64 | 0.85 | 0.32 |
| Hex | C | 99 | 83 | 5C | 0 | E | 28 | AB | 55 | 20 |
| Octal | 14 | 231 | 203 | 134 | 0 | 16 | 50 | 253 | 125 | 40 |
| Binary | 1100 | 10011001 | 10000011 | 1011100 | 0 | 1110 | 101000 | 10101011 | 1010101 | 100000 |
Color Harmonies of #0C9983
Complementary color
Monochromatic Colors of #0C9983
Black with #0C9983
Text Example
Text Example
White with #0C9983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C9983; }
p { color: rgb(12,153,131); }
H1.HeaderClassName
{
color: #0C9983;
}
.AnyTagClassName
{
color: #0C9983;
}
</style>
background-color css
<style>
a { background-color: #0C9983; }
a { background-color: rgb(12,153,131); }
div.DivClassName
{
background-color: #0C9983;
}
.BgClassName
{
background-color: #0C9983;
}
</style>
border-color css
<style>
span { border-color: #0C9983; }
span { border-color: rgb(12,153,131); }
td.TdClassName
{
border-color: #0C9983;
}
.TagClassName
{
border-color: #0C9983;
}
</style>