Shades of Madang #C0DEAB
Tints of Madang #C0DEAB
RGB
CMYK
RGB Variations
Color information
#C0DEAB (or 0xC0DEAB) is known color: Madang. HEX triplet: C0, DE and AB. RGB value is (192,222,171). Sum of RGB (Red+Green+Blue) = 192+222+171=585 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.82% from 585); Green value is 222 (87.11% from 255 or 37.95% from 585); Blue value is 171 (67.19% from 255 or 29.23% from 585); Max value from RGB is 222 - color contains mainly: green. Hex color #C0DEAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0DEAB is #3F2154. Grayscale: #CFCFCF. Windows color (decimal): -4137301 or 11263680. OLE color: 11263680.
HSL color Cylindrical-coordinate representation of color #C0DEAB: hue angle of 95.29º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C0DEAB is Cyan = 0.14, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 222 | 171 | - |
| CMYK | 0.14 | 0 | 0.23 | 0.13 |
| HSL | 95.29º | 0.44% | 0.77% | - |
| HSV(B) | 95.29º | 0.23% | 0.87% | - |
| XYZ | 55.21 | 66.39 | 48.43 | - |
| YUV | 207.22 | 107.56 | 117.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 222 | 171 | 0.14 | 0 | 0.23 | 0.13 | 95.29 | 0.44 | 0.77 |
| Hex | C0 | DE | AB | E | 0 | 17 | D | 5F | 2C | 4D |
| Octal | 300 | 336 | 253 | 16 | 0 | 27 | 15 | 137 | 54 | 115 |
| Binary | 11000000 | 11011110 | 10101011 | 1110 | 0 | 10111 | 1101 | 1011111 | 101100 | 1001101 |
Color Harmonies of #C0DEAB
Complementary color
Monochromatic Colors of #C0DEAB
Black with #C0DEAB
Text Example
Text Example
White with #C0DEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DEAB; }
p { color: rgb(192,222,171); }
H1.HeaderClassName
{
color: #C0DEAB;
}
.AnyTagClassName
{
color: #C0DEAB;
}
</style>
background-color css
<style>
a { background-color: #C0DEAB; }
a { background-color: rgb(192,222,171); }
div.DivClassName
{
background-color: #C0DEAB;
}
.BgClassName
{
background-color: #C0DEAB;
}
</style>
border-color css
<style>
span { border-color: #C0DEAB; }
span { border-color: rgb(192,222,171); }
td.TdClassName
{
border-color: #C0DEAB;
}
.TagClassName
{
border-color: #C0DEAB;
}
</style>