Shades of Madang #AFEBA3
Tints of Madang #AFEBA3
RGB
CMYK
RGB Variations
Color information
#AFEBA3 (or 0xAFEBA3) is known color: Madang. HEX triplet: AF, EB and A3. RGB value is (175,235,163). Sum of RGB (Red+Green+Blue) = 175+235+163=573 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.54% from 573); Green value is 235 (92.19% from 255 or 41.01% from 573); Blue value is 163 (64.06% from 255 or 28.45% from 573); Max value from RGB is 235 - color contains mainly: green. Hex color #AFEBA3 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFEBA3 is #50145C. Grayscale: #D1D1D1. Windows color (decimal): -5248093 or 10742703. OLE color: 10742703.
HSL color Cylindrical-coordinate representation of color #AFEBA3: hue angle of 110º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFEBA3 is Cyan = 0.26, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 175 | 235 | 163 | - |
| CMYK | 0.26 | 0 | 0.31 | 0.08 |
| HSL | 110º | 0.64% | 0.78% | - |
| HSV(B) | 110º | 0.31% | 0.92% | - |
| XYZ | 54 | 71.17 | 45.54 | - |
| YUV | 208.85 | 102.12 | 103.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 235 | 163 | 0.26 | 0 | 0.31 | 0.08 | 110 | 0.64 | 0.78 |
| Hex | AF | EB | A3 | 1A | 0 | 1F | 8 | 6E | 40 | 4E |
| Octal | 257 | 353 | 243 | 32 | 0 | 37 | 10 | 156 | 100 | 116 |
| Binary | 10101111 | 11101011 | 10100011 | 11010 | 0 | 11111 | 1000 | 1101110 | 1000000 | 1001110 |
Color Harmonies of #AFEBA3
Complementary color
Monochromatic Colors of #AFEBA3
Black with #AFEBA3
Text Example
Text Example
White with #AFEBA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFEBA3; }
p { color: rgb(175,235,163); }
H1.HeaderClassName
{
color: #AFEBA3;
}
.AnyTagClassName
{
color: #AFEBA3;
}
</style>
background-color css
<style>
a { background-color: #AFEBA3; }
a { background-color: rgb(175,235,163); }
div.DivClassName
{
background-color: #AFEBA3;
}
.BgClassName
{
background-color: #AFEBA3;
}
</style>
border-color css
<style>
span { border-color: #AFEBA3; }
span { border-color: rgb(175,235,163); }
td.TdClassName
{
border-color: #AFEBA3;
}
.TagClassName
{
border-color: #AFEBA3;
}
</style>