Shades of Madang #C0FAAA
Tints of Madang #C0FAAA
RGB
CMYK
RGB Variations
Color information
#C0FAAA (or 0xC0FAAA) is known color: Madang. HEX triplet: C0, FA and AA. RGB value is (192,250,170). Sum of RGB (Red+Green+Blue) = 192+250+170=612 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.37% from 612); Green value is 250 (98.05% from 255 or 40.85% from 612); Blue value is 170 (66.80% from 255 or 27.78% from 612); Max value from RGB is 250 - color contains mainly: green. Hex color #C0FAAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0FAAA is #3F0555. Grayscale: #DFDFDF. Windows color (decimal): -4130134 or 11205312. OLE color: 11205312.
HSL color Cylindrical-coordinate representation of color #C0FAAA: hue angle of 103.5º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C0FAAA is Cyan = 0.23, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 250 | 170 | - |
| CMYK | 0.23 | 0 | 0.32 | 0.02 |
| HSL | 103.5º | 0.89% | 0.82% | - |
| HSV(B) | 103.5º | 0.32% | 0.98% | - |
| XYZ | 63.18 | 82.48 | 50.62 | - |
| YUV | 223.54 | 97.78 | 105.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 250 | 170 | 0.23 | 0 | 0.32 | 0.02 | 103.5 | 0.89 | 0.82 |
| Hex | C0 | FA | AA | 17 | 0 | 20 | 2 | 68 | 59 | 52 |
| Octal | 300 | 372 | 252 | 27 | 0 | 40 | 2 | 150 | 131 | 122 |
| Binary | 11000000 | 11111010 | 10101010 | 10111 | 0 | 100000 | 10 | 1101000 | 1011001 | 1010010 |
Color Harmonies of #C0FAAA
Complementary color
Monochromatic Colors of #C0FAAA
Black with #C0FAAA
Text Example
Text Example
White with #C0FAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FAAA; }
p { color: rgb(192,250,170); }
H1.HeaderClassName
{
color: #C0FAAA;
}
.AnyTagClassName
{
color: #C0FAAA;
}
</style>
background-color css
<style>
a { background-color: #C0FAAA; }
a { background-color: rgb(192,250,170); }
div.DivClassName
{
background-color: #C0FAAA;
}
.BgClassName
{
background-color: #C0FAAA;
}
</style>
border-color css
<style>
span { border-color: #C0FAAA; }
span { border-color: rgb(192,250,170); }
td.TdClassName
{
border-color: #C0FAAA;
}
.TagClassName
{
border-color: #C0FAAA;
}
</style>