Shades of Madang #C0F8AC
Tints of Madang #C0F8AC
RGB
CMYK
RGB Variations
Color information
#C0F8AC (or 0xC0F8AC) is known color: Madang. HEX triplet: C0, F8 and AC. RGB value is (192,248,172). Sum of RGB (Red+Green+Blue) = 192+248+172=612 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.37% from 612); Green value is 248 (97.27% from 255 or 40.52% from 612); Blue value is 172 (67.58% from 255 or 28.10% from 612); Max value from RGB is 248 - color contains mainly: green. Hex color #C0F8AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0F8AC is #3F0753. Grayscale: #DEDEDE. Windows color (decimal): -4130644 or 11335872. OLE color: 11335872.
HSL color Cylindrical-coordinate representation of color #C0F8AC: hue angle of 104.21º degrees, saturation: 0.84, 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 #C0F8AC is Cyan = 0.23, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 192 | 248 | 172 | - |
| CMYK | 0.23 | 0 | 0.31 | 0.03 |
| HSL | 104.21º | 0.84% | 0.82% | - |
| HSV(B) | 104.21º | 0.31% | 0.97% | - |
| XYZ | 62.75 | 81.32 | 51.42 | - |
| YUV | 222.59 | 99.45 | 106.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 248 | 172 | 0.23 | 0 | 0.31 | 0.03 | 104.21 | 0.84 | 0.82 |
| Hex | C0 | F8 | AC | 17 | 0 | 1F | 3 | 68 | 54 | 52 |
| Octal | 300 | 370 | 254 | 27 | 0 | 37 | 3 | 150 | 124 | 122 |
| Binary | 11000000 | 11111000 | 10101100 | 10111 | 0 | 11111 | 11 | 1101000 | 1010100 | 1010010 |
Color Harmonies of #C0F8AC
Complementary color
Monochromatic Colors of #C0F8AC
Black with #C0F8AC
Text Example
Text Example
White with #C0F8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F8AC; }
p { color: rgb(192,248,172); }
H1.HeaderClassName
{
color: #C0F8AC;
}
.AnyTagClassName
{
color: #C0F8AC;
}
</style>
background-color css
<style>
a { background-color: #C0F8AC; }
a { background-color: rgb(192,248,172); }
div.DivClassName
{
background-color: #C0F8AC;
}
.BgClassName
{
background-color: #C0F8AC;
}
</style>
border-color css
<style>
span { border-color: #C0F8AC; }
span { border-color: rgb(192,248,172); }
td.TdClassName
{
border-color: #C0F8AC;
}
.TagClassName
{
border-color: #C0F8AC;
}
</style>