Shades of Madang #C0F8AB
Tints of Madang #C0F8AB
RGB
CMYK
RGB Variations
Color information
#C0F8AB (or 0xC0F8AB) is known color: Madang. HEX triplet: C0, F8 and AB. RGB value is (192,248,171). Sum of RGB (Red+Green+Blue) = 192+248+171=611 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.42% from 611); Green value is 248 (97.27% from 255 or 40.59% from 611); Blue value is 171 (67.19% from 255 or 27.99% from 611); Max value from RGB is 248 - color contains mainly: green. Hex color #C0F8AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0F8AB is #3F0754. Grayscale: #DEDEDE. Windows color (decimal): -4130645 or 11270336. OLE color: 11270336.
HSL color Cylindrical-coordinate representation of color #C0F8AB: hue angle of 103.64º 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 #C0F8AB is Cyan = 0.23, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 192 | 248 | 171 | - |
| CMYK | 0.23 | 0 | 0.31 | 0.03 |
| HSL | 103.64º | 0.85% | 0.82% | - |
| HSV(B) | 103.64º | 0.31% | 0.97% | - |
| XYZ | 62.66 | 81.28 | 50.91 | - |
| YUV | 222.48 | 98.95 | 106.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 248 | 171 | 0.23 | 0 | 0.31 | 0.03 | 103.64 | 0.85 | 0.82 |
| Hex | C0 | F8 | AB | 17 | 0 | 1F | 3 | 68 | 55 | 52 |
| Octal | 300 | 370 | 253 | 27 | 0 | 37 | 3 | 150 | 125 | 122 |
| Binary | 11000000 | 11111000 | 10101011 | 10111 | 0 | 11111 | 11 | 1101000 | 1010101 | 1010010 |
Color Harmonies of #C0F8AB
Complementary color
Monochromatic Colors of #C0F8AB
Black with #C0F8AB
Text Example
Text Example
White with #C0F8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F8AB; }
p { color: rgb(192,248,171); }
H1.HeaderClassName
{
color: #C0F8AB;
}
.AnyTagClassName
{
color: #C0F8AB;
}
</style>
background-color css
<style>
a { background-color: #C0F8AB; }
a { background-color: rgb(192,248,171); }
div.DivClassName
{
background-color: #C0F8AB;
}
.BgClassName
{
background-color: #C0F8AB;
}
</style>
border-color css
<style>
span { border-color: #C0F8AB; }
span { border-color: rgb(192,248,171); }
td.TdClassName
{
border-color: #C0F8AB;
}
.TagClassName
{
border-color: #C0F8AB;
}
</style>