Shades of Magic Mint #A8EDCB
Tints of Magic Mint #A8EDCB
RGB
CMYK
RGB Variations
Color information
#A8EDCB (or 0xA8EDCB) is known color: Magic Mint. HEX triplet: A8, ED and CB. RGB value is (168,237,203). Sum of RGB (Red+Green+Blue) = 168+237+203=608 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.63% from 608); Green value is 237 (92.97% from 255 or 38.98% from 608); Blue value is 203 (79.69% from 255 or 33.39% from 608); Max value from RGB is 237 - color contains mainly: green. Hex color #A8EDCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8EDCB is #571234. Grayscale: #D4D4D4. Windows color (decimal): -5706293 or 13364648. OLE color: 13364648.
HSL color Cylindrical-coordinate representation of color #A8EDCB: hue angle of 150.43º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8EDCB is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 237 | 203 | - |
| CMYK | 0.29 | 0 | 0.14 | 0.07 |
| HSL | 150.43º | 0.66% | 0.79% | - |
| HSV(B) | 150.43º | 0.29% | 0.93% | - |
| XYZ | 57.21 | 73.21 | 67.61 | - |
| YUV | 212.49 | 122.64 | 96.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 237 | 203 | 0.29 | 0 | 0.14 | 0.07 | 150.43 | 0.66 | 0.79 |
| Hex | A8 | ED | CB | 1D | 0 | E | 7 | 96 | 42 | 4F |
| Octal | 250 | 355 | 313 | 35 | 0 | 16 | 7 | 226 | 102 | 117 |
| Binary | 10101000 | 11101101 | 11001011 | 11101 | 0 | 1110 | 111 | 10010110 | 1000010 | 1001111 |
Color Harmonies of #A8EDCB
Complementary color
Monochromatic Colors of #A8EDCB
Black with #A8EDCB
Text Example
Text Example
White with #A8EDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EDCB; }
p { color: rgb(168,237,203); }
H1.HeaderClassName
{
color: #A8EDCB;
}
.AnyTagClassName
{
color: #A8EDCB;
}
</style>
background-color css
<style>
a { background-color: #A8EDCB; }
a { background-color: rgb(168,237,203); }
div.DivClassName
{
background-color: #A8EDCB;
}
.BgClassName
{
background-color: #A8EDCB;
}
</style>
border-color css
<style>
span { border-color: #A8EDCB; }
span { border-color: rgb(168,237,203); }
td.TdClassName
{
border-color: #A8EDCB;
}
.TagClassName
{
border-color: #A8EDCB;
}
</style>