Shades of Madang #C2EAAF
Tints of Madang #C2EAAF
RGB
CMYK
RGB Variations
Color information
#C2EAAF (or 0xC2EAAF) is known color: Madang. HEX triplet: C2, EA and AF. RGB value is (194,234,175). Sum of RGB (Red+Green+Blue) = 194+234+175=603 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.17% from 603); Green value is 234 (91.80% from 255 or 38.81% from 603); Blue value is 175 (68.75% from 255 or 29.02% from 603); Max value from RGB is 234 - color contains mainly: green. Hex color #C2EAAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2EAAF is #3D1550. Grayscale: #D7D7D7. Windows color (decimal): -4003153 or 11528898. OLE color: 11528898.
HSL color Cylindrical-coordinate representation of color #C2EAAF: hue angle of 100.68º 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 #C2EAAF is Cyan = 0.17, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 234 | 175 | - |
| CMYK | 0.17 | 0 | 0.25 | 0.08 |
| HSL | 100.68º | 0.58% | 0.8% | - |
| HSV(B) | 100.68º | 0.25% | 0.92% | - |
| XYZ | 59.41 | 73.41 | 51.6 | - |
| YUV | 215.31 | 105.25 | 112.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 234 | 175 | 0.17 | 0 | 0.25 | 0.08 | 100.68 | 0.58 | 0.8 |
| Hex | C2 | EA | AF | 11 | 0 | 19 | 8 | 65 | 3A | 50 |
| Octal | 302 | 352 | 257 | 21 | 0 | 31 | 10 | 145 | 72 | 120 |
| Binary | 11000010 | 11101010 | 10101111 | 10001 | 0 | 11001 | 1000 | 1100101 | 111010 | 1010000 |
Color Harmonies of #C2EAAF
Complementary color
Monochromatic Colors of #C2EAAF
Black with #C2EAAF
Text Example
Text Example
White with #C2EAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EAAF; }
p { color: rgb(194,234,175); }
H1.HeaderClassName
{
color: #C2EAAF;
}
.AnyTagClassName
{
color: #C2EAAF;
}
</style>
background-color css
<style>
a { background-color: #C2EAAF; }
a { background-color: rgb(194,234,175); }
div.DivClassName
{
background-color: #C2EAAF;
}
.BgClassName
{
background-color: #C2EAAF;
}
</style>
border-color css
<style>
span { border-color: #C2EAAF; }
span { border-color: rgb(194,234,175); }
td.TdClassName
{
border-color: #C2EAAF;
}
.TagClassName
{
border-color: #C2EAAF;
}
</style>