Shades of Madang #C0DFAA
Tints of Madang #C0DFAA
RGB
CMYK
RGB Variations
Color information
#C0DFAA (or 0xC0DFAA) is known color: Madang. HEX triplet: C0, DF and AA. RGB value is (192,223,170). Sum of RGB (Red+Green+Blue) = 192+223+170=585 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.82% from 585); Green value is 223 (87.5% from 255 or 38.12% from 585); Blue value is 170 (66.80% from 255 or 29.06% from 585); Max value from RGB is 223 - color contains mainly: green. Hex color #C0DFAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0DFAA is #3F2055. Grayscale: #CFCFCF. Windows color (decimal): -4137046 or 11198400. OLE color: 11198400.
HSL color Cylindrical-coordinate representation of color #C0DFAA: hue angle of 95.09º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0DFAA is Cyan = 0.14, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 223 | 170 | - |
| CMYK | 0.14 | 0 | 0.24 | 0.13 |
| HSL | 95.09º | 0.45% | 0.77% | - |
| HSV(B) | 95.09º | 0.24% | 0.87% | - |
| XYZ | 55.38 | 66.88 | 48.02 | - |
| YUV | 207.69 | 106.73 | 116.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 223 | 170 | 0.14 | 0 | 0.24 | 0.13 | 95.09 | 0.45 | 0.77 |
| Hex | C0 | DF | AA | E | 0 | 18 | D | 5F | 2D | 4D |
| Octal | 300 | 337 | 252 | 16 | 0 | 30 | 15 | 137 | 55 | 115 |
| Binary | 11000000 | 11011111 | 10101010 | 1110 | 0 | 11000 | 1101 | 1011111 | 101101 | 1001101 |
Color Harmonies of #C0DFAA
Complementary color
Monochromatic Colors of #C0DFAA
Black with #C0DFAA
Text Example
Text Example
White with #C0DFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DFAA; }
p { color: rgb(192,223,170); }
H1.HeaderClassName
{
color: #C0DFAA;
}
.AnyTagClassName
{
color: #C0DFAA;
}
</style>
background-color css
<style>
a { background-color: #C0DFAA; }
a { background-color: rgb(192,223,170); }
div.DivClassName
{
background-color: #C0DFAA;
}
.BgClassName
{
background-color: #C0DFAA;
}
</style>
border-color css
<style>
span { border-color: #C0DFAA; }
span { border-color: rgb(192,223,170); }
td.TdClassName
{
border-color: #C0DFAA;
}
.TagClassName
{
border-color: #C0DFAA;
}
</style>