Shades of Madang #B7EDAD
Tints of Madang #B7EDAD
RGB
CMYK
RGB Variations
Color information
#B7EDAD (or 0xB7EDAD) is known color: Madang. HEX triplet: B7, ED and AD. RGB value is (183,237,173). Sum of RGB (Red+Green+Blue) = 183+237+173=593 (78% of max value = 765). Red value is 183 (71.88% from 255 or 30.86% from 593); Green value is 237 (92.97% from 255 or 39.97% from 593); Blue value is 173 (67.97% from 255 or 29.17% from 593); Max value from RGB is 237 - color contains mainly: green. Hex color #B7EDAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B7EDAD is #481252. Grayscale: #D5D5D5. Windows color (decimal): -4723283 or 11398583. OLE color: 11398583.
HSL color Cylindrical-coordinate representation of color #B7EDAD: hue angle of 110.62º 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 #B7EDAD is Cyan = 0.23, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 183 | 237 | 173 | - |
| CMYK | 0.23 | 0 | 0.27 | 0.07 |
| HSL | 110.63º | 0.64% | 0.8% | - |
| HSV(B) | 110.63º | 0.27% | 0.93% | - |
| XYZ | 57.36 | 73.65 | 50.73 | - |
| YUV | 213.56 | 105.11 | 106.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 237 | 173 | 0.23 | 0 | 0.27 | 0.07 | 110.63 | 0.64 | 0.8 |
| Hex | B7 | ED | AD | 17 | 0 | 1B | 7 | 6F | 40 | 50 |
| Octal | 267 | 355 | 255 | 27 | 0 | 33 | 7 | 157 | 100 | 120 |
| Binary | 10110111 | 11101101 | 10101101 | 10111 | 0 | 11011 | 111 | 1101111 | 1000000 | 1010000 |
Color Harmonies of #B7EDAD
Complementary color
Monochromatic Colors of #B7EDAD
Black with #B7EDAD
Text Example
Text Example
White with #B7EDAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7EDAD; }
p { color: rgb(183,237,173); }
H1.HeaderClassName
{
color: #B7EDAD;
}
.AnyTagClassName
{
color: #B7EDAD;
}
</style>
background-color css
<style>
a { background-color: #B7EDAD; }
a { background-color: rgb(183,237,173); }
div.DivClassName
{
background-color: #B7EDAD;
}
.BgClassName
{
background-color: #B7EDAD;
}
</style>
border-color css
<style>
span { border-color: #B7EDAD; }
span { border-color: rgb(183,237,173); }
td.TdClassName
{
border-color: #B7EDAD;
}
.TagClassName
{
border-color: #B7EDAD;
}
</style>