Shades of Magic Mint #A8FCCB
Tints of Magic Mint #A8FCCB
RGB
CMYK
RGB Variations
Color information
#A8FCCB (or 0xA8FCCB) is known color: Magic Mint. HEX triplet: A8, FC and CB. RGB value is (168,252,203). Sum of RGB (Red+Green+Blue) = 168+252+203=623 (82% of max value = 765). Red value is 168 (66.02% from 255 or 26.97% from 623); Green value is 252 (98.83% from 255 or 40.45% from 623); Blue value is 203 (79.69% from 255 or 32.58% from 623); Max value from RGB is 252 - color contains mainly: green. Hex color #A8FCCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8FCCB is #570334. Grayscale: #DDDDDD. Windows color (decimal): -5702453 or 13368488. OLE color: 13368488.
HSL color Cylindrical-coordinate representation of color #A8FCCB: hue angle of 145º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8FCCB is Cyan = 0.33, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 252 | 203 | - |
| CMYK | 0.33 | 0 | 0.19 | 0.01 |
| HSL | 145º | 0.93% | 0.82% | - |
| HSV(B) | 145º | 0.33% | 0.99% | - |
| XYZ | 61.74 | 82.26 | 69.12 | - |
| YUV | 221.3 | 117.67 | 89.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 252 | 203 | 0.33 | 0 | 0.19 | 0.01 | 145 | 0.93 | 0.82 |
| Hex | A8 | FC | CB | 21 | 0 | 13 | 1 | 91 | 5D | 52 |
| Octal | 250 | 374 | 313 | 41 | 0 | 23 | 1 | 221 | 135 | 122 |
| Binary | 10101000 | 11111100 | 11001011 | 100001 | 0 | 10011 | 1 | 10010001 | 1011101 | 1010010 |
Color Harmonies of #A8FCCB
Complementary color
Monochromatic Colors of #A8FCCB
Black with #A8FCCB
Text Example
Text Example
White with #A8FCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FCCB; }
p { color: rgb(168,252,203); }
H1.HeaderClassName
{
color: #A8FCCB;
}
.AnyTagClassName
{
color: #A8FCCB;
}
</style>
background-color css
<style>
a { background-color: #A8FCCB; }
a { background-color: rgb(168,252,203); }
div.DivClassName
{
background-color: #A8FCCB;
}
.BgClassName
{
background-color: #A8FCCB;
}
</style>
border-color css
<style>
span { border-color: #A8FCCB; }
span { border-color: rgb(168,252,203); }
td.TdClassName
{
border-color: #A8FCCB;
}
.TagClassName
{
border-color: #A8FCCB;
}
</style>