Shades of Madang #C0EAAF
Tints of Madang #C0EAAF
RGB
CMYK
RGB Variations
Color information
#C0EAAF (or 0xC0EAAF) is known color: Madang. HEX triplet: C0, EA and AF. RGB value is (192,234,175). Sum of RGB (Red+Green+Blue) = 192+234+175=601 (79% of max value = 765). Red value is 192 (75.39% from 255 or 31.95% from 601); Green value is 234 (91.80% from 255 or 38.94% from 601); Blue value is 175 (68.75% from 255 or 29.12% from 601); Max value from RGB is 234 - color contains mainly: green. Hex color #C0EAAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0EAAF is #3F1550. Grayscale: #D6D6D6. Windows color (decimal): -4134225 or 11528896. OLE color: 11528896.
HSL color Cylindrical-coordinate representation of color #C0EAAF: hue angle of 102.71º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C0EAAF is Cyan = 0.18, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 234 | 175 | - |
| CMYK | 0.18 | 0 | 0.25 | 0.08 |
| HSL | 102.71º | 0.58% | 0.8% | - |
| HSV(B) | 102.71º | 0.25% | 0.92% | - |
| XYZ | 58.9 | 73.15 | 51.57 | - |
| YUV | 214.72 | 105.59 | 111.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 234 | 175 | 0.18 | 0 | 0.25 | 0.08 | 102.71 | 0.58 | 0.8 |
| Hex | C0 | EA | AF | 12 | 0 | 19 | 8 | 67 | 3A | 50 |
| Octal | 300 | 352 | 257 | 22 | 0 | 31 | 10 | 147 | 72 | 120 |
| Binary | 11000000 | 11101010 | 10101111 | 10010 | 0 | 11001 | 1000 | 1100111 | 111010 | 1010000 |
Color Harmonies of #C0EAAF
Complementary color
Monochromatic Colors of #C0EAAF
Black with #C0EAAF
Text Example
Text Example
White with #C0EAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0EAAF; }
p { color: rgb(192,234,175); }
H1.HeaderClassName
{
color: #C0EAAF;
}
.AnyTagClassName
{
color: #C0EAAF;
}
</style>
background-color css
<style>
a { background-color: #C0EAAF; }
a { background-color: rgb(192,234,175); }
div.DivClassName
{
background-color: #C0EAAF;
}
.BgClassName
{
background-color: #C0EAAF;
}
</style>
border-color css
<style>
span { border-color: #C0EAAF; }
span { border-color: rgb(192,234,175); }
td.TdClassName
{
border-color: #C0EAAF;
}
.TagClassName
{
border-color: #C0EAAF;
}
</style>