Shades of Madang #C0F8AA
Tints of Madang #C0F8AA
RGB
CMYK
RGB Variations
Color information
#C0F8AA (or 0xC0F8AA) is known color: Madang. HEX triplet: C0, F8 and AA. RGB value is (192,248,170). Sum of RGB (Red+Green+Blue) = 192+248+170=610 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.48% from 610); Green value is 248 (97.27% from 255 or 40.66% from 610); Blue value is 170 (66.80% from 255 or 27.87% from 610); Max value from RGB is 248 - color contains mainly: green. Hex color #C0F8AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0F8AA is #3F0755. Grayscale: #DEDEDE. Windows color (decimal): -4130646 or 11204800. OLE color: 11204800.
HSL color Cylindrical-coordinate representation of color #C0F8AA: hue angle of 103.08º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C0F8AA is Cyan = 0.23, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 192 | 248 | 170 | - |
| CMYK | 0.23 | 0 | 0.31 | 0.03 |
| HSL | 103.08º | 0.85% | 0.82% | - |
| HSV(B) | 103.08º | 0.31% | 0.97% | - |
| XYZ | 62.56 | 81.24 | 50.41 | - |
| YUV | 222.36 | 98.45 | 106.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 248 | 170 | 0.23 | 0 | 0.31 | 0.03 | 103.08 | 0.85 | 0.82 |
| Hex | C0 | F8 | AA | 17 | 0 | 1F | 3 | 67 | 55 | 52 |
| Octal | 300 | 370 | 252 | 27 | 0 | 37 | 3 | 147 | 125 | 122 |
| Binary | 11000000 | 11111000 | 10101010 | 10111 | 0 | 11111 | 11 | 1100111 | 1010101 | 1010010 |
Color Harmonies of #C0F8AA
Complementary color
Monochromatic Colors of #C0F8AA
Black with #C0F8AA
Text Example
Text Example
White with #C0F8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F8AA; }
p { color: rgb(192,248,170); }
H1.HeaderClassName
{
color: #C0F8AA;
}
.AnyTagClassName
{
color: #C0F8AA;
}
</style>
background-color css
<style>
a { background-color: #C0F8AA; }
a { background-color: rgb(192,248,170); }
div.DivClassName
{
background-color: #C0F8AA;
}
.BgClassName
{
background-color: #C0F8AA;
}
</style>
border-color css
<style>
span { border-color: #C0F8AA; }
span { border-color: rgb(192,248,170); }
td.TdClassName
{
border-color: #C0F8AA;
}
.TagClassName
{
border-color: #C0F8AA;
}
</style>