Shades of Madang #C2EBAA
Tints of Madang #C2EBAA
RGB
CMYK
RGB Variations
Color information
#C2EBAA (or 0xC2EBAA) is known color: Madang. HEX triplet: C2, EB and AA. RGB value is (194,235,170). Sum of RGB (Red+Green+Blue) = 194+235+170=599 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.39% from 599); Green value is 235 (92.19% from 255 or 39.23% from 599); Blue value is 170 (66.80% from 255 or 28.38% from 599); Max value from RGB is 235 - color contains mainly: green. Hex color #C2EBAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2EBAA is #3D1455. Grayscale: #D7D7D7. Windows color (decimal): -4002902 or 11201474. OLE color: 11201474.
HSL color Cylindrical-coordinate representation of color #C2EBAA: hue angle of 97.85º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C2EBAA is Cyan = 0.17, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 235 | 170 | - |
| CMYK | 0.17 | 0 | 0.28 | 0.08 |
| HSL | 97.85º | 0.62% | 0.79% | - |
| HSV(B) | 97.85º | 0.28% | 0.92% | - |
| XYZ | 59.21 | 73.79 | 49.15 | - |
| YUV | 215.33 | 102.42 | 112.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 235 | 170 | 0.17 | 0 | 0.28 | 0.08 | 97.85 | 0.62 | 0.79 |
| Hex | C2 | EB | AA | 11 | 0 | 1C | 8 | 62 | 3E | 4F |
| Octal | 302 | 353 | 252 | 21 | 0 | 34 | 10 | 142 | 76 | 117 |
| Binary | 11000010 | 11101011 | 10101010 | 10001 | 0 | 11100 | 1000 | 1100010 | 111110 | 1001111 |
Color Harmonies of #C2EBAA
Complementary color
Monochromatic Colors of #C2EBAA
Black with #C2EBAA
Text Example
Text Example
White with #C2EBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EBAA; }
p { color: rgb(194,235,170); }
H1.HeaderClassName
{
color: #C2EBAA;
}
.AnyTagClassName
{
color: #C2EBAA;
}
</style>
background-color css
<style>
a { background-color: #C2EBAA; }
a { background-color: rgb(194,235,170); }
div.DivClassName
{
background-color: #C2EBAA;
}
.BgClassName
{
background-color: #C2EBAA;
}
</style>
border-color css
<style>
span { border-color: #C2EBAA; }
span { border-color: rgb(194,235,170); }
td.TdClassName
{
border-color: #C2EBAA;
}
.TagClassName
{
border-color: #C2EBAA;
}
</style>