Shades of Madang #C0EDB8
Tints of Madang #C0EDB8
RGB
CMYK
RGB Variations
Color information
#C0EDB8 (or 0xC0EDB8) is known color: Madang. HEX triplet: C0, ED and B8. RGB value is (192,237,184). Sum of RGB (Red+Green+Blue) = 192+237+184=613 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.32% from 613); Green value is 237 (92.97% from 255 or 38.66% from 613); Blue value is 184 (72.27% from 255 or 30.02% from 613); Max value from RGB is 237 - color contains mainly: green. Hex color #C0EDB8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0EDB8 is #3F1247. Grayscale: #D9D9D9. Windows color (decimal): -4133448 or 12119488. OLE color: 12119488.
HSL color Cylindrical-coordinate representation of color #C0EDB8: hue angle of 110.94º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C0EDB8 is Cyan = 0.19, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
RGB | 192 | 237 | 184 | - |
CMYK | 0.19 | 0 | 0.22 | 0.07 |
HSL | 110.94º | 0.6% | 0.83% | - |
HSV(B) | 110.94º | 0.22% | 0.93% | - |
XYZ | 60.67 | 75.24 | 56.67 | - |
YUV | 217.5 | 109.09 | 109.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 237 | 184 | 0.19 | 0 | 0.22 | 0.07 | 110.94 | 0.6 | 0.83 |
Hex | C0 | ED | B8 | 13 | 0 | 16 | 7 | 6F | 3C | 53 |
Octal | 300 | 355 | 270 | 23 | 0 | 26 | 7 | 157 | 74 | 123 |
Binary | 11000000 | 11101101 | 10111000 | 10011 | 0 | 10110 | 111 | 1101111 | 111100 | 1010011 |
Color Harmonies of #C0EDB8
Complementary color
Monochromatic Colors of #C0EDB8
Black with #C0EDB8
Text Example
Text Example
White with #C0EDB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0EDB8; }
p { color: rgb(192,237,184); }
H1.HeaderClassName
{
color: #C0EDB8;
}
.AnyTagClassName
{
color: #C0EDB8;
}
</style>
background-color css
<style>
a { background-color: #C0EDB8; }
a { background-color: rgb(192,237,184); }
div.DivClassName
{
background-color: #C0EDB8;
}
.BgClassName
{
background-color: #C0EDB8;
}
</style>
border-color css
<style>
span { border-color: #C0EDB8; }
span { border-color: rgb(192,237,184); }
td.TdClassName
{
border-color: #C0EDB8;
}
.TagClassName
{
border-color: #C0EDB8;
}
</style>