Shades of Madang #C0FFA3
Tints of Madang #C0FFA3
RGB
CMYK
RGB Variations
Color information
#C0FFA3 (or 0xC0FFA3) is known color: Madang. HEX triplet: C0, FF and A3. RGB value is (192,255,163). Sum of RGB (Red+Green+Blue) = 192+255+163=610 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.48% from 610); Green value is 255 (100% from 255 or 41.80% from 610); Blue value is 163 (64.06% from 255 or 26.72% from 610); Max value from RGB is 255 - color contains mainly: green. Hex color #C0FFA3 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0FFA3 is #3F005C. Grayscale: #E1E1E1. Windows color (decimal): -4128861 or 10747840. OLE color: 10747840.
HSL color Cylindrical-coordinate representation of color #C0FFA3: hue angle of 101.09º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C0FFA3 is Cyan = 0.25, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 192 | 255 | 163 | - |
| CMYK | 0.25 | 0 | 0.36 | 0 |
| HSL | 101.09º | 1% | 0.82% | - |
| HSV(B) | 101.09º | 0.36% | 1% | - |
| XYZ | 64.11 | 85.37 | 47.75 | - |
| YUV | 225.68 | 92.63 | 103.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 255 | 163 | 0.25 | 0 | 0.36 | 0 | 101.09 | 1 | 0.82 |
| Hex | C0 | FF | A3 | 19 | 0 | 24 | 0 | 65 | 64 | 52 |
| Octal | 300 | 377 | 243 | 31 | 0 | 44 | 0 | 145 | 144 | 122 |
| Binary | 11000000 | 11111111 | 10100011 | 11001 | 0 | 100100 | 0 | 1100101 | 1100100 | 1010010 |
Color Harmonies of #C0FFA3
Complementary color
Monochromatic Colors of #C0FFA3
Black with #C0FFA3
Text Example
Text Example
White with #C0FFA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FFA3; }
p { color: rgb(192,255,163); }
H1.HeaderClassName
{
color: #C0FFA3;
}
.AnyTagClassName
{
color: #C0FFA3;
}
</style>
background-color css
<style>
a { background-color: #C0FFA3; }
a { background-color: rgb(192,255,163); }
div.DivClassName
{
background-color: #C0FFA3;
}
.BgClassName
{
background-color: #C0FFA3;
}
</style>
border-color css
<style>
span { border-color: #C0FFA3; }
span { border-color: rgb(192,255,163); }
td.TdClassName
{
border-color: #C0FFA3;
}
.TagClassName
{
border-color: #C0FFA3;
}
</style>