Shades of Magic Mint #A8F4CB
Tints of Magic Mint #A8F4CB
RGB
CMYK
RGB Variations
Color information
#A8F4CB (or 0xA8F4CB) is known color: Magic Mint. HEX triplet: A8, F4 and CB. RGB value is (168,244,203). Sum of RGB (Red+Green+Blue) = 168+244+203=615 (81% of max value = 765). Red value is 168 (66.02% from 255 or 27.32% from 615); Green value is 244 (95.70% from 255 or 39.67% from 615); Blue value is 203 (79.69% from 255 or 33.01% from 615); Max value from RGB is 244 - color contains mainly: green. Hex color #A8F4CB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8F4CB is #570B34. Grayscale: #D8D8D8. Windows color (decimal): -5704501 or 13366440. OLE color: 13366440.
HSL color Cylindrical-coordinate representation of color #A8F4CB: hue angle of 147.63º degrees, saturation: 0.78, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A8F4CB is Cyan = 0.31, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 168 | 244 | 203 | - |
| CMYK | 0.31 | 0 | 0.17 | 0.04 |
| HSL | 147.63º | 0.78% | 0.81% | - |
| HSV(B) | 147.63º | 0.31% | 0.96% | - |
| XYZ | 59.28 | 77.34 | 68.3 | - |
| YUV | 216.6 | 120.32 | 93.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 244 | 203 | 0.31 | 0 | 0.17 | 0.04 | 147.63 | 0.78 | 0.81 |
| Hex | A8 | F4 | CB | 1F | 0 | 11 | 4 | 94 | 4E | 51 |
| Octal | 250 | 364 | 313 | 37 | 0 | 21 | 4 | 224 | 116 | 121 |
| Binary | 10101000 | 11110100 | 11001011 | 11111 | 0 | 10001 | 100 | 10010100 | 1001110 | 1010001 |
Color Harmonies of #A8F4CB
Complementary color
Monochromatic Colors of #A8F4CB
Black with #A8F4CB
Text Example
Text Example
White with #A8F4CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F4CB; }
p { color: rgb(168,244,203); }
H1.HeaderClassName
{
color: #A8F4CB;
}
.AnyTagClassName
{
color: #A8F4CB;
}
</style>
background-color css
<style>
a { background-color: #A8F4CB; }
a { background-color: rgb(168,244,203); }
div.DivClassName
{
background-color: #A8F4CB;
}
.BgClassName
{
background-color: #A8F4CB;
}
</style>
border-color css
<style>
span { border-color: #A8F4CB; }
span { border-color: rgb(168,244,203); }
td.TdClassName
{
border-color: #A8F4CB;
}
.TagClassName
{
border-color: #A8F4CB;
}
</style>