Shades of Madang #C0EDAD
Tints of Madang #C0EDAD
RGB
CMYK
RGB Variations
Color information
#C0EDAD (or 0xC0EDAD) is known color: Madang. HEX triplet: C0, ED and AD. RGB value is (192,237,173). Sum of RGB (Red+Green+Blue) = 192+237+173=602 (79% of max value = 765). Red value is 192 (75.39% from 255 or 31.89% from 602); Green value is 237 (92.97% from 255 or 39.37% from 602); Blue value is 173 (67.97% from 255 or 28.74% from 602); Max value from RGB is 237 - color contains mainly: green. Hex color #C0EDAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0EDAD is #3F1252. Grayscale: #D8D8D8. Windows color (decimal): -4133459 or 11398592. OLE color: 11398592.
HSL color Cylindrical-coordinate representation of color #C0EDAD: hue angle of 102.19º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C0EDAD is Cyan = 0.19, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
RGB | 192 | 237 | 173 | - |
CMYK | 0.19 | 0 | 0.27 | 0.07 |
HSL | 102.19º | 0.64% | 0.8% | - |
HSV(B) | 102.19º | 0.27% | 0.93% | - |
XYZ | 59.57 | 74.79 | 50.83 | - |
YUV | 216.25 | 103.59 | 110.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 237 | 173 | 0.19 | 0 | 0.27 | 0.07 | 102.19 | 0.64 | 0.8 |
Hex | C0 | ED | AD | 13 | 0 | 1B | 7 | 66 | 40 | 50 |
Octal | 300 | 355 | 255 | 23 | 0 | 33 | 7 | 146 | 100 | 120 |
Binary | 11000000 | 11101101 | 10101101 | 10011 | 0 | 11011 | 111 | 1100110 | 1000000 | 1010000 |
Color Harmonies of #C0EDAD
Complementary color
Monochromatic Colors of #C0EDAD
Black with #C0EDAD
Text Example
Text Example
White with #C0EDAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0EDAD; }
p { color: rgb(192,237,173); }
H1.HeaderClassName
{
color: #C0EDAD;
}
.AnyTagClassName
{
color: #C0EDAD;
}
</style>
background-color css
<style>
a { background-color: #C0EDAD; }
a { background-color: rgb(192,237,173); }
div.DivClassName
{
background-color: #C0EDAD;
}
.BgClassName
{
background-color: #C0EDAD;
}
</style>
border-color css
<style>
span { border-color: #C0EDAD; }
span { border-color: rgb(192,237,173); }
td.TdClassName
{
border-color: #C0EDAD;
}
.TagClassName
{
border-color: #C0EDAD;
}
</style>