Shades of Magic Mint #A8EDC1
Tints of Magic Mint #A8EDC1
RGB
CMYK
RGB Variations
Color information
#A8EDC1 (or 0xA8EDC1) is known color: Magic Mint. HEX triplet: A8, ED and C1. RGB value is (168,237,193). Sum of RGB (Red+Green+Blue) = 168+237+193=598 (79% of max value = 765). Red value is 168 (66.02% from 255 or 28.09% from 598); Green value is 237 (92.97% from 255 or 39.63% from 598); Blue value is 193 (75.78% from 255 or 32.27% from 598); Max value from RGB is 237 - color contains mainly: green. Hex color #A8EDC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8EDC1 is #57123E. Grayscale: #D3D3D3. Windows color (decimal): -5706303 or 12709288. OLE color: 12709288.
HSL color Cylindrical-coordinate representation of color #A8EDC1: hue angle of 141.74º 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 #A8EDC1 is Cyan = 0.29, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 237 | 193 | - |
| CMYK | 0.29 | 0 | 0.19 | 0.07 |
| HSL | 141.74º | 0.66% | 0.79% | - |
| HSV(B) | 141.74º | 0.29% | 0.93% | - |
| XYZ | 56.06 | 72.74 | 61.54 | - |
| YUV | 211.35 | 117.64 | 97.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 237 | 193 | 0.29 | 0 | 0.19 | 0.07 | 141.74 | 0.66 | 0.79 |
| Hex | A8 | ED | C1 | 1D | 0 | 13 | 7 | 8E | 42 | 4F |
| Octal | 250 | 355 | 301 | 35 | 0 | 23 | 7 | 216 | 102 | 117 |
| Binary | 10101000 | 11101101 | 11000001 | 11101 | 0 | 10011 | 111 | 10001110 | 1000010 | 1001111 |
Color Harmonies of #A8EDC1
Complementary color
Monochromatic Colors of #A8EDC1
Black with #A8EDC1
Text Example
Text Example
White with #A8EDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EDC1; }
p { color: rgb(168,237,193); }
H1.HeaderClassName
{
color: #A8EDC1;
}
.AnyTagClassName
{
color: #A8EDC1;
}
</style>
background-color css
<style>
a { background-color: #A8EDC1; }
a { background-color: rgb(168,237,193); }
div.DivClassName
{
background-color: #A8EDC1;
}
.BgClassName
{
background-color: #A8EDC1;
}
</style>
border-color css
<style>
span { border-color: #A8EDC1; }
span { border-color: rgb(168,237,193); }
td.TdClassName
{
border-color: #A8EDC1;
}
.TagClassName
{
border-color: #A8EDC1;
}
</style>