Shades of Madang #C5EFAA
Tints of Madang #C5EFAA
RGB
CMYK
RGB Variations
Color information
#C5EFAA (or 0xC5EFAA) is known color: Madang. HEX triplet: C5, EF and AA. RGB value is (197,239,170). Sum of RGB (Red+Green+Blue) = 197+239+170=606 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.51% from 606); Green value is 239 (93.75% from 255 or 39.44% from 606); Blue value is 170 (66.80% from 255 or 28.05% from 606); Max value from RGB is 239 - color contains mainly: green. Hex color #C5EFAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C5EFAA is #3A1055. Grayscale: #DADADA. Windows color (decimal): -3805270 or 11202501. OLE color: 11202501.
HSL color Cylindrical-coordinate representation of color #C5EFAA: hue angle of 96.52º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C5EFAA is Cyan = 0.18, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 197 | 239 | 170 | - |
| CMYK | 0.18 | 0 | 0.29 | 0.06 |
| HSL | 96.52º | 0.68% | 0.8% | - |
| HSV(B) | 96.52º | 0.29% | 0.94% | - |
| XYZ | 61.15 | 76.51 | 49.57 | - |
| YUV | 218.58 | 100.59 | 112.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 239 | 170 | 0.18 | 0 | 0.29 | 0.06 | 96.52 | 0.68 | 0.8 |
| Hex | C5 | EF | AA | 12 | 0 | 1D | 6 | 61 | 44 | 50 |
| Octal | 305 | 357 | 252 | 22 | 0 | 35 | 6 | 141 | 104 | 120 |
| Binary | 11000101 | 11101111 | 10101010 | 10010 | 0 | 11101 | 110 | 1100001 | 1000100 | 1010000 |
Color Harmonies of #C5EFAA
Complementary color
Monochromatic Colors of #C5EFAA
Black with #C5EFAA
Text Example
Text Example
White with #C5EFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5EFAA; }
p { color: rgb(197,239,170); }
H1.HeaderClassName
{
color: #C5EFAA;
}
.AnyTagClassName
{
color: #C5EFAA;
}
</style>
background-color css
<style>
a { background-color: #C5EFAA; }
a { background-color: rgb(197,239,170); }
div.DivClassName
{
background-color: #C5EFAA;
}
.BgClassName
{
background-color: #C5EFAA;
}
</style>
border-color css
<style>
span { border-color: #C5EFAA; }
span { border-color: rgb(197,239,170); }
td.TdClassName
{
border-color: #C5EFAA;
}
.TagClassName
{
border-color: #C5EFAA;
}
</style>