Shades of Madang #C0EFAA
Tints of Madang #C0EFAA
RGB
CMYK
RGB Variations
Color information
#C0EFAA (or 0xC0EFAA) is known color: Madang. HEX triplet: C0, EF and AA. RGB value is (192,239,170). Sum of RGB (Red+Green+Blue) = 192+239+170=601 (79% of max value = 765). Red value is 192 (75.39% from 255 or 31.95% from 601); Green value is 239 (93.75% from 255 or 39.77% from 601); Blue value is 170 (66.80% from 255 or 28.29% from 601); Max value from RGB is 239 - color contains mainly: green. Hex color #C0EFAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0EFAA is #3F1055. Grayscale: #D9D9D9. Windows color (decimal): -4132950 or 11202496. OLE color: 11202496.
HSL color Cylindrical-coordinate representation of color #C0EFAA: hue angle of 100.87º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C0EFAA is Cyan = 0.20, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 192 | 239 | 170 | - |
| CMYK | 0.20 | 0 | 0.29 | 0.06 |
| HSL | 100.87º | 0.68% | 0.8% | - |
| HSV(B) | 100.87º | 0.29% | 0.94% | - |
| XYZ | 59.86 | 75.84 | 49.51 | - |
| YUV | 217.08 | 101.43 | 110.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 239 | 170 | 0.20 | 0 | 0.29 | 0.06 | 100.87 | 0.68 | 0.8 |
| Hex | C0 | EF | AA | 14 | 0 | 1D | 6 | 65 | 44 | 50 |
| Octal | 300 | 357 | 252 | 24 | 0 | 35 | 6 | 145 | 104 | 120 |
| Binary | 11000000 | 11101111 | 10101010 | 10100 | 0 | 11101 | 110 | 1100101 | 1000100 | 1010000 |
Color Harmonies of #C0EFAA
Complementary color
Monochromatic Colors of #C0EFAA
Black with #C0EFAA
Text Example
Text Example
White with #C0EFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0EFAA; }
p { color: rgb(192,239,170); }
H1.HeaderClassName
{
color: #C0EFAA;
}
.AnyTagClassName
{
color: #C0EFAA;
}
</style>
background-color css
<style>
a { background-color: #C0EFAA; }
a { background-color: rgb(192,239,170); }
div.DivClassName
{
background-color: #C0EFAA;
}
.BgClassName
{
background-color: #C0EFAA;
}
</style>
border-color css
<style>
span { border-color: #C0EFAA; }
span { border-color: rgb(192,239,170); }
td.TdClassName
{
border-color: #C0EFAA;
}
.TagClassName
{
border-color: #C0EFAA;
}
</style>