Shades of Madang #C0EAAA
Tints of Madang #C0EAAA
RGB
CMYK
RGB Variations
Color information
#C0EAAA (or 0xC0EAAA) is known color: Madang. HEX triplet: C0, EA and AA. RGB value is (192,234,170). Sum of RGB (Red+Green+Blue) = 192+234+170=596 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.21% from 596); Green value is 234 (91.80% from 255 or 39.26% from 596); Blue value is 170 (66.80% from 255 or 28.52% from 596); Max value from RGB is 234 - color contains mainly: green. Hex color #C0EAAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0EAAA is #3F1555. Grayscale: #D6D6D6. Windows color (decimal): -4134230 or 11201216. OLE color: 11201216.
HSL color Cylindrical-coordinate representation of color #C0EAAA: hue angle of 99.38º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C0EAAA is Cyan = 0.18, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 234 | 170 | - |
| CMYK | 0.18 | 0 | 0.27 | 0.08 |
| HSL | 99.38º | 0.6% | 0.79% | - |
| HSV(B) | 99.38º | 0.27% | 0.92% | - |
| XYZ | 58.42 | 72.95 | 49.03 | - |
| YUV | 214.15 | 103.09 | 112.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 234 | 170 | 0.18 | 0 | 0.27 | 0.08 | 99.38 | 0.6 | 0.79 |
| Hex | C0 | EA | AA | 12 | 0 | 1B | 8 | 63 | 3C | 4F |
| Octal | 300 | 352 | 252 | 22 | 0 | 33 | 10 | 143 | 74 | 117 |
| Binary | 11000000 | 11101010 | 10101010 | 10010 | 0 | 11011 | 1000 | 1100011 | 111100 | 1001111 |
Color Harmonies of #C0EAAA
Complementary color
Monochromatic Colors of #C0EAAA
Black with #C0EAAA
Text Example
Text Example
White with #C0EAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0EAAA; }
p { color: rgb(192,234,170); }
H1.HeaderClassName
{
color: #C0EAAA;
}
.AnyTagClassName
{
color: #C0EAAA;
}
</style>
background-color css
<style>
a { background-color: #C0EAAA; }
a { background-color: rgb(192,234,170); }
div.DivClassName
{
background-color: #C0EAAA;
}
.BgClassName
{
background-color: #C0EAAA;
}
</style>
border-color css
<style>
span { border-color: #C0EAAA; }
span { border-color: rgb(192,234,170); }
td.TdClassName
{
border-color: #C0EAAA;
}
.TagClassName
{
border-color: #C0EAAA;
}
</style>