Shades of Magic Mint #A6EECB
Tints of Magic Mint #A6EECB
RGB
CMYK
RGB Variations
Color information
#A6EECB (or 0xA6EECB) is known color: Magic Mint. HEX triplet: A6, EE and CB. RGB value is (166,238,203). Sum of RGB (Red+Green+Blue) = 166+238+203=607 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.35% from 607); Green value is 238 (93.36% from 255 or 39.21% from 607); Blue value is 203 (79.69% from 255 or 33.44% from 607); Max value from RGB is 238 - color contains mainly: green. Hex color #A6EECB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6EECB is #591134. Grayscale: #D4D4D4. Windows color (decimal): -5837109 or 13364902. OLE color: 13364902.
HSL color Cylindrical-coordinate representation of color #A6EECB: hue angle of 150.83º 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 #A6EECB is Cyan = 0.30, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 238 | 203 | - |
| CMYK | 0.30 | 0 | 0.15 | 0.07 |
| HSL | 150.83º | 0.68% | 0.79% | - |
| HSV(B) | 150.83º | 0.3% | 0.93% | - |
| XYZ | 57.08 | 73.57 | 67.69 | - |
| YUV | 212.48 | 122.65 | 94.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 238 | 203 | 0.30 | 0 | 0.15 | 0.07 | 150.83 | 0.68 | 0.79 |
| Hex | A6 | EE | CB | 1E | 0 | F | 7 | 97 | 44 | 4F |
| Octal | 246 | 356 | 313 | 36 | 0 | 17 | 7 | 227 | 104 | 117 |
| Binary | 10100110 | 11101110 | 11001011 | 11110 | 0 | 1111 | 111 | 10010111 | 1000100 | 1001111 |
Color Harmonies of #A6EECB
Complementary color
Monochromatic Colors of #A6EECB
Black with #A6EECB
Text Example
Text Example
White with #A6EECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6EECB; }
p { color: rgb(166,238,203); }
H1.HeaderClassName
{
color: #A6EECB;
}
.AnyTagClassName
{
color: #A6EECB;
}
</style>
background-color css
<style>
a { background-color: #A6EECB; }
a { background-color: rgb(166,238,203); }
div.DivClassName
{
background-color: #A6EECB;
}
.BgClassName
{
background-color: #A6EECB;
}
</style>
border-color css
<style>
span { border-color: #A6EECB; }
span { border-color: rgb(166,238,203); }
td.TdClassName
{
border-color: #A6EECB;
}
.TagClassName
{
border-color: #A6EECB;
}
</style>