Shades of Magic Mint #A8EDC9
Tints of Magic Mint #A8EDC9
RGB
CMYK
RGB Variations
Color information
#A8EDC9 (or 0xA8EDC9) is known color: Magic Mint. HEX triplet: A8, ED and C9. RGB value is (168,237,201). Sum of RGB (Red+Green+Blue) = 168+237+201=606 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.72% from 606); Green value is 237 (92.97% from 255 or 39.11% from 606); Blue value is 201 (78.91% from 255 or 33.17% from 606); Max value from RGB is 237 - color contains mainly: green. Hex color #A8EDC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8EDC9 is #571236. Grayscale: #D4D4D4. Windows color (decimal): -5706295 or 13233576. OLE color: 13233576.
HSL color Cylindrical-coordinate representation of color #A8EDC9: hue angle of 148.7º 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 #A8EDC9 is Cyan = 0.29, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 237 | 201 | - |
| CMYK | 0.29 | 0 | 0.15 | 0.07 |
| HSL | 148.7º | 0.66% | 0.79% | - |
| HSV(B) | 148.7º | 0.29% | 0.93% | - |
| XYZ | 56.98 | 73.11 | 66.37 | - |
| YUV | 212.27 | 121.64 | 96.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 237 | 201 | 0.29 | 0 | 0.15 | 0.07 | 148.7 | 0.66 | 0.79 |
| Hex | A8 | ED | C9 | 1D | 0 | F | 7 | 95 | 42 | 4F |
| Octal | 250 | 355 | 311 | 35 | 0 | 17 | 7 | 225 | 102 | 117 |
| Binary | 10101000 | 11101101 | 11001001 | 11101 | 0 | 1111 | 111 | 10010101 | 1000010 | 1001111 |
Color Harmonies of #A8EDC9
Complementary color
Monochromatic Colors of #A8EDC9
Black with #A8EDC9
Text Example
Text Example
White with #A8EDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EDC9; }
p { color: rgb(168,237,201); }
H1.HeaderClassName
{
color: #A8EDC9;
}
.AnyTagClassName
{
color: #A8EDC9;
}
</style>
background-color css
<style>
a { background-color: #A8EDC9; }
a { background-color: rgb(168,237,201); }
div.DivClassName
{
background-color: #A8EDC9;
}
.BgClassName
{
background-color: #A8EDC9;
}
</style>
border-color css
<style>
span { border-color: #A8EDC9; }
span { border-color: rgb(168,237,201); }
td.TdClassName
{
border-color: #A8EDC9;
}
.TagClassName
{
border-color: #A8EDC9;
}
</style>