Shades of Madang #C2EBA5
Tints of Madang #C2EBA5
RGB
CMYK
RGB Variations
Color information
#C2EBA5 (or 0xC2EBA5) is known color: Madang. HEX triplet: C2, EB and A5. RGB value is (194,235,165). Sum of RGB (Red+Green+Blue) = 194+235+165=594 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.66% from 594); Green value is 235 (92.19% from 255 or 39.56% from 594); Blue value is 165 (64.84% from 255 or 27.78% from 594); Max value from RGB is 235 - color contains mainly: green. Hex color #C2EBA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2EBA5 is #3D145A. Grayscale: #D7D7D7. Windows color (decimal): -4002907 or 10873794. OLE color: 10873794.
HSL color Cylindrical-coordinate representation of color #C2EBA5: hue angle of 95.14º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C2EBA5 is Cyan = 0.17, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 235 | 165 | - |
| CMYK | 0.17 | 0 | 0.30 | 0.08 |
| HSL | 95.14º | 0.64% | 0.78% | - |
| HSV(B) | 95.14º | 0.3% | 0.92% | - |
| XYZ | 58.75 | 73.6 | 46.71 | - |
| YUV | 214.76 | 99.92 | 113.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 235 | 165 | 0.17 | 0 | 0.30 | 0.08 | 95.14 | 0.64 | 0.78 |
| Hex | C2 | EB | A5 | 11 | 0 | 1E | 8 | 5F | 40 | 4E |
| Octal | 302 | 353 | 245 | 21 | 0 | 36 | 10 | 137 | 100 | 116 |
| Binary | 11000010 | 11101011 | 10100101 | 10001 | 0 | 11110 | 1000 | 1011111 | 1000000 | 1001110 |
Color Harmonies of #C2EBA5
Complementary color
Monochromatic Colors of #C2EBA5
Black with #C2EBA5
Text Example
Text Example
White with #C2EBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EBA5; }
p { color: rgb(194,235,165); }
H1.HeaderClassName
{
color: #C2EBA5;
}
.AnyTagClassName
{
color: #C2EBA5;
}
</style>
background-color css
<style>
a { background-color: #C2EBA5; }
a { background-color: rgb(194,235,165); }
div.DivClassName
{
background-color: #C2EBA5;
}
.BgClassName
{
background-color: #C2EBA5;
}
</style>
border-color css
<style>
span { border-color: #C2EBA5; }
span { border-color: rgb(194,235,165); }
td.TdClassName
{
border-color: #C2EBA5;
}
.TagClassName
{
border-color: #C2EBA5;
}
</style>