Shades of Magic Mint #AFECCB
Tints of Magic Mint #AFECCB
RGB
CMYK
RGB Variations
Color information
#AFECCB (or 0xAFECCB) is known color: Magic Mint. HEX triplet: AF, EC and CB. RGB value is (175,236,203). Sum of RGB (Red+Green+Blue) = 175+236+203=614 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.50% from 614); Green value is 236 (92.58% from 255 or 38.44% from 614); Blue value is 203 (79.69% from 255 or 33.06% from 614); Max value from RGB is 236 - color contains mainly: green. Hex color #AFECCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFECCB is #501334. Grayscale: #D6D6D6. Windows color (decimal): -5247797 or 13364399. OLE color: 13364399.
HSL color Cylindrical-coordinate representation of color #AFECCB: hue angle of 147.54º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFECCB is Cyan = 0.26, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 236 | 203 | - |
| CMYK | 0.26 | 0 | 0.14 | 0.07 |
| HSL | 147.54º | 0.62% | 0.81% | - |
| HSV(B) | 147.54º | 0.26% | 0.93% | - |
| XYZ | 58.45 | 73.42 | 67.59 | - |
| YUV | 214 | 121.79 | 100.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 236 | 203 | 0.26 | 0 | 0.14 | 0.07 | 147.54 | 0.62 | 0.81 |
| Hex | AF | EC | CB | 1A | 0 | E | 7 | 94 | 3E | 51 |
| Octal | 257 | 354 | 313 | 32 | 0 | 16 | 7 | 224 | 76 | 121 |
| Binary | 10101111 | 11101100 | 11001011 | 11010 | 0 | 1110 | 111 | 10010100 | 111110 | 1010001 |
Color Harmonies of #AFECCB
Complementary color
Monochromatic Colors of #AFECCB
Black with #AFECCB
Text Example
Text Example
White with #AFECCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFECCB; }
p { color: rgb(175,236,203); }
H1.HeaderClassName
{
color: #AFECCB;
}
.AnyTagClassName
{
color: #AFECCB;
}
</style>
background-color css
<style>
a { background-color: #AFECCB; }
a { background-color: rgb(175,236,203); }
div.DivClassName
{
background-color: #AFECCB;
}
.BgClassName
{
background-color: #AFECCB;
}
</style>
border-color css
<style>
span { border-color: #AFECCB; }
span { border-color: rgb(175,236,203); }
td.TdClassName
{
border-color: #AFECCB;
}
.TagClassName
{
border-color: #AFECCB;
}
</style>