Shades of Madang #C0EEAA
Tints of Madang #C0EEAA
RGB
CMYK
RGB Variations
Color information
#C0EEAA (or 0xC0EEAA) is known color: Madang. HEX triplet: C0, EE and AA. RGB value is (192,238,170). Sum of RGB (Red+Green+Blue) = 192+238+170=600 (79% of max value = 765). Red value is 192 (75.39% from 255 or 32% from 600); Green value is 238 (93.36% from 255 or 39.67% from 600); Blue value is 170 (66.80% from 255 or 28.33% from 600); Max value from RGB is 238 - color contains mainly: green. Hex color #C0EEAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0EEAA is #3F1155. Grayscale: #D8D8D8. Windows color (decimal): -4133206 or 11202240. OLE color: 11202240.
HSL color Cylindrical-coordinate representation of color #C0EEAA: hue angle of 100.59º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C0EEAA is Cyan = 0.19, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 238 | 170 | - |
| CMYK | 0.19 | 0 | 0.29 | 0.07 |
| HSL | 100.59º | 0.67% | 0.8% | - |
| HSV(B) | 100.59º | 0.29% | 0.93% | - |
| XYZ | 59.57 | 75.26 | 49.42 | - |
| YUV | 216.49 | 101.76 | 110.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 238 | 170 | 0.19 | 0 | 0.29 | 0.07 | 100.59 | 0.67 | 0.8 |
| Hex | C0 | EE | AA | 13 | 0 | 1D | 7 | 65 | 43 | 50 |
| Octal | 300 | 356 | 252 | 23 | 0 | 35 | 7 | 145 | 103 | 120 |
| Binary | 11000000 | 11101110 | 10101010 | 10011 | 0 | 11101 | 111 | 1100101 | 1000011 | 1010000 |
Color Harmonies of #C0EEAA
Complementary color
Monochromatic Colors of #C0EEAA
Black with #C0EEAA
Text Example
Text Example
White with #C0EEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0EEAA; }
p { color: rgb(192,238,170); }
H1.HeaderClassName
{
color: #C0EEAA;
}
.AnyTagClassName
{
color: #C0EEAA;
}
</style>
background-color css
<style>
a { background-color: #C0EEAA; }
a { background-color: rgb(192,238,170); }
div.DivClassName
{
background-color: #C0EEAA;
}
.BgClassName
{
background-color: #C0EEAA;
}
</style>
border-color css
<style>
span { border-color: #C0EEAA; }
span { border-color: rgb(192,238,170); }
td.TdClassName
{
border-color: #C0EEAA;
}
.TagClassName
{
border-color: #C0EEAA;
}
</style>