Shades of Madang #C0F8A3
Tints of Madang #C0F8A3
RGB
CMYK
RGB Variations
Color information
#C0F8A3 (or 0xC0F8A3) is known color: Madang. HEX triplet: C0, F8 and A3. RGB value is (192,248,163). Sum of RGB (Red+Green+Blue) = 192+248+163=603 (79% of max value = 765). Red value is 192 (75.39% from 255 or 31.84% from 603); Green value is 248 (97.27% from 255 or 41.13% from 603); Blue value is 163 (64.06% from 255 or 27.03% from 603); Max value from RGB is 248 - color contains mainly: green. Hex color #C0F8A3 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0F8A3 is #3F075C. Grayscale: #DDDDDD. Windows color (decimal): -4130653 or 10746048. OLE color: 10746048.
HSL color Cylindrical-coordinate representation of color #C0F8A3: hue angle of 99.53º degrees, saturation: 0.86, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C0F8A3 is Cyan = 0.23, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 192 | 248 | 163 | - |
| CMYK | 0.23 | 0 | 0.34 | 0.03 |
| HSL | 99.53º | 0.86% | 0.81% | - |
| HSV(B) | 99.53º | 0.34% | 0.97% | - |
| XYZ | 61.92 | 80.99 | 47.02 | - |
| YUV | 221.57 | 94.95 | 106.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 248 | 163 | 0.23 | 0 | 0.34 | 0.03 | 99.53 | 0.86 | 0.81 |
| Hex | C0 | F8 | A3 | 17 | 0 | 22 | 3 | 64 | 56 | 51 |
| Octal | 300 | 370 | 243 | 27 | 0 | 42 | 3 | 144 | 126 | 121 |
| Binary | 11000000 | 11111000 | 10100011 | 10111 | 0 | 100010 | 11 | 1100100 | 1010110 | 1010001 |
Color Harmonies of #C0F8A3
Complementary color
Monochromatic Colors of #C0F8A3
Black with #C0F8A3
Text Example
Text Example
White with #C0F8A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F8A3; }
p { color: rgb(192,248,163); }
H1.HeaderClassName
{
color: #C0F8A3;
}
.AnyTagClassName
{
color: #C0F8A3;
}
</style>
background-color css
<style>
a { background-color: #C0F8A3; }
a { background-color: rgb(192,248,163); }
div.DivClassName
{
background-color: #C0F8A3;
}
.BgClassName
{
background-color: #C0F8A3;
}
</style>
border-color css
<style>
span { border-color: #C0F8A3; }
span { border-color: rgb(192,248,163); }
td.TdClassName
{
border-color: #C0F8A3;
}
.TagClassName
{
border-color: #C0F8A3;
}
</style>