Shades of Madang #C0EAA4
Tints of Madang #C0EAA4
RGB
CMYK
RGB Variations
Color information
#C0EAA4 (or 0xC0EAA4) is known color: Madang. HEX triplet: C0, EA and A4. RGB value is (192,234,164). Sum of RGB (Red+Green+Blue) = 192+234+164=590 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.54% from 590); Green value is 234 (91.80% from 255 or 39.66% from 590); Blue value is 164 (64.45% from 255 or 27.80% from 590); Max value from RGB is 234 - color contains mainly: green. Hex color #C0EAA4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0EAA4 is #3F155B. Grayscale: #D5D5D5. Windows color (decimal): -4134236 or 10808000. OLE color: 10808000.
HSL color Cylindrical-coordinate representation of color #C0EAA4: hue angle of 96º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C0EAA4 is Cyan = 0.18, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 234 | 164 | - |
| CMYK | 0.18 | 0 | 0.30 | 0.08 |
| HSL | 96º | 0.63% | 0.78% | - |
| HSV(B) | 96º | 0.3% | 0.92% | - |
| XYZ | 57.86 | 72.73 | 46.11 | - |
| YUV | 213.46 | 100.09 | 112.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 234 | 164 | 0.18 | 0 | 0.30 | 0.08 | 96 | 0.63 | 0.78 |
| Hex | C0 | EA | A4 | 12 | 0 | 1E | 8 | 60 | 3E | 4E |
| Octal | 300 | 352 | 244 | 22 | 0 | 36 | 10 | 140 | 76 | 116 |
| Binary | 11000000 | 11101010 | 10100100 | 10010 | 0 | 11110 | 1000 | 1100000 | 111110 | 1001110 |
Color Harmonies of #C0EAA4
Complementary color
Monochromatic Colors of #C0EAA4
Black with #C0EAA4
Text Example
Text Example
White with #C0EAA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0EAA4; }
p { color: rgb(192,234,164); }
H1.HeaderClassName
{
color: #C0EAA4;
}
.AnyTagClassName
{
color: #C0EAA4;
}
</style>
background-color css
<style>
a { background-color: #C0EAA4; }
a { background-color: rgb(192,234,164); }
div.DivClassName
{
background-color: #C0EAA4;
}
.BgClassName
{
background-color: #C0EAA4;
}
</style>
border-color css
<style>
span { border-color: #C0EAA4; }
span { border-color: rgb(192,234,164); }
td.TdClassName
{
border-color: #C0EAA4;
}
.TagClassName
{
border-color: #C0EAA4;
}
</style>