Shades of Madang #C2EBAF
Tints of Madang #C2EBAF
RGB
CMYK
RGB Variations
Color information
#C2EBAF (or 0xC2EBAF) is known color: Madang. HEX triplet: C2, EB and AF. RGB value is (194,235,175). Sum of RGB (Red+Green+Blue) = 194+235+175=604 (80% of max value = 765). Red value is 194 (76.17% from 255 or 32.12% from 604); Green value is 235 (92.19% from 255 or 38.91% from 604); Blue value is 175 (68.75% from 255 or 28.97% from 604); Max value from RGB is 235 - color contains mainly: green. Hex color #C2EBAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2EBAF is #3D1450. Grayscale: #D8D8D8. Windows color (decimal): -4002897 or 11529154. OLE color: 11529154.
HSL color Cylindrical-coordinate representation of color #C2EBAF: hue angle of 101º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C2EBAF is Cyan = 0.17, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
RGB | 194 | 235 | 175 | - |
CMYK | 0.17 | 0 | 0.26 | 0.08 |
HSL | 101º | 0.6% | 0.8% | - |
HSV(B) | 101º | 0.26% | 0.92% | - |
XYZ | 59.69 | 73.98 | 51.69 | - |
YUV | 215.9 | 104.92 | 112.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 235 | 175 | 0.17 | 0 | 0.26 | 0.08 | 101 | 0.6 | 0.8 |
Hex | C2 | EB | AF | 11 | 0 | 1A | 8 | 65 | 3C | 50 |
Octal | 302 | 353 | 257 | 21 | 0 | 32 | 10 | 145 | 74 | 120 |
Binary | 11000010 | 11101011 | 10101111 | 10001 | 0 | 11010 | 1000 | 1100101 | 111100 | 1010000 |
Color Harmonies of #C2EBAF
Complementary color
Monochromatic Colors of #C2EBAF
Black with #C2EBAF
Text Example
Text Example
White with #C2EBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EBAF; }
p { color: rgb(194,235,175); }
H1.HeaderClassName
{
color: #C2EBAF;
}
.AnyTagClassName
{
color: #C2EBAF;
}
</style>
background-color css
<style>
a { background-color: #C2EBAF; }
a { background-color: rgb(194,235,175); }
div.DivClassName
{
background-color: #C2EBAF;
}
.BgClassName
{
background-color: #C2EBAF;
}
</style>
border-color css
<style>
span { border-color: #C2EBAF; }
span { border-color: rgb(194,235,175); }
td.TdClassName
{
border-color: #C2EBAF;
}
.TagClassName
{
border-color: #C2EBAF;
}
</style>