Shades of Magic Mint #A6EECA
Tints of Magic Mint #A6EECA
RGB
CMYK
RGB Variations
Color information
#A6EECA (or 0xA6EECA) is known color: Magic Mint. HEX triplet: A6, EE and CA. RGB value is (166,238,202). Sum of RGB (Red+Green+Blue) = 166+238+202=606 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.39% from 606); Green value is 238 (93.36% from 255 or 39.27% from 606); Blue value is 202 (79.30% from 255 or 33.33% from 606); Max value from RGB is 238 - color contains mainly: green. Hex color #A6EECA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6EECA is #591135. Grayscale: #D4D4D4. Windows color (decimal): -5837110 or 13299366. OLE color: 13299366.
HSL color Cylindrical-coordinate representation of color #A6EECA: hue angle of 150º degrees, saturation: 0.68, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A6EECA is Cyan = 0.30, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 238 | 202 | - |
| CMYK | 0.30 | 0 | 0.15 | 0.07 |
| HSL | 150º | 0.68% | 0.79% | - |
| HSV(B) | 150º | 0.3% | 0.93% | - |
| XYZ | 56.96 | 73.52 | 67.07 | - |
| YUV | 212.37 | 122.15 | 94.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 238 | 202 | 0.30 | 0 | 0.15 | 0.07 | 150 | 0.68 | 0.79 |
| Hex | A6 | EE | CA | 1E | 0 | F | 7 | 96 | 44 | 4F |
| Octal | 246 | 356 | 312 | 36 | 0 | 17 | 7 | 226 | 104 | 117 |
| Binary | 10100110 | 11101110 | 11001010 | 11110 | 0 | 1111 | 111 | 10010110 | 1000100 | 1001111 |
Color Harmonies of #A6EECA
Complementary color
Monochromatic Colors of #A6EECA
Black with #A6EECA
Text Example
Text Example
White with #A6EECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6EECA; }
p { color: rgb(166,238,202); }
H1.HeaderClassName
{
color: #A6EECA;
}
.AnyTagClassName
{
color: #A6EECA;
}
</style>
background-color css
<style>
a { background-color: #A6EECA; }
a { background-color: rgb(166,238,202); }
div.DivClassName
{
background-color: #A6EECA;
}
.BgClassName
{
background-color: #A6EECA;
}
</style>
border-color css
<style>
span { border-color: #A6EECA; }
span { border-color: rgb(166,238,202); }
td.TdClassName
{
border-color: #A6EECA;
}
.TagClassName
{
border-color: #A6EECA;
}
</style>