Shades of Madang #C0F5AC
Tints of Madang #C0F5AC
RGB
CMYK
RGB Variations
Color information
#C0F5AC (or 0xC0F5AC) is known color: Madang. HEX triplet: C0, F5 and AC. RGB value is (192,245,172). Sum of RGB (Red+Green+Blue) = 192+245+172=609 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.53% from 609); Green value is 245 (96.09% from 255 or 40.23% from 609); Blue value is 172 (67.58% from 255 or 28.24% from 609); Max value from RGB is 245 - color contains mainly: green. Hex color #C0F5AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0F5AC is #3F0A53. Grayscale: #DDDDDD. Windows color (decimal): -4131412 or 11335104. OLE color: 11335104.
HSL color Cylindrical-coordinate representation of color #C0F5AC: hue angle of 103.56º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C0F5AC is Cyan = 0.22, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 192 | 245 | 172 | - |
| CMYK | 0.22 | 0 | 0.30 | 0.04 |
| HSL | 103.56º | 0.78% | 0.82% | - |
| HSV(B) | 103.56º | 0.3% | 0.96% | - |
| XYZ | 61.84 | 79.49 | 51.11 | - |
| YUV | 220.83 | 100.44 | 107.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 245 | 172 | 0.22 | 0 | 0.30 | 0.04 | 103.56 | 0.78 | 0.82 |
| Hex | C0 | F5 | AC | 16 | 0 | 1E | 4 | 68 | 4E | 52 |
| Octal | 300 | 365 | 254 | 26 | 0 | 36 | 4 | 150 | 116 | 122 |
| Binary | 11000000 | 11110101 | 10101100 | 10110 | 0 | 11110 | 100 | 1101000 | 1001110 | 1010010 |
Color Harmonies of #C0F5AC
Complementary color
Monochromatic Colors of #C0F5AC
Black with #C0F5AC
Text Example
Text Example
White with #C0F5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F5AC; }
p { color: rgb(192,245,172); }
H1.HeaderClassName
{
color: #C0F5AC;
}
.AnyTagClassName
{
color: #C0F5AC;
}
</style>
background-color css
<style>
a { background-color: #C0F5AC; }
a { background-color: rgb(192,245,172); }
div.DivClassName
{
background-color: #C0F5AC;
}
.BgClassName
{
background-color: #C0F5AC;
}
</style>
border-color css
<style>
span { border-color: #C0F5AC; }
span { border-color: rgb(192,245,172); }
td.TdClassName
{
border-color: #C0F5AC;
}
.TagClassName
{
border-color: #C0F5AC;
}
</style>