Shades of Magic Mint #A4EECB
Tints of Magic Mint #A4EECB
RGB
CMYK
RGB Variations
Color information
#A4EECB (or 0xA4EECB) is known color: Magic Mint. HEX triplet: A4, EE and CB. RGB value is (164,238,203). Sum of RGB (Red+Green+Blue) = 164+238+203=605 (80% of max value = 765). Red value is 164 (64.45% from 255 or 27.11% from 605); Green value is 238 (93.36% from 255 or 39.34% from 605); Blue value is 203 (79.69% from 255 or 33.55% from 605); Max value from RGB is 238 - color contains mainly: green. Hex color #A4EECB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4EECB is #5B1134. Grayscale: #D3D3D3. Windows color (decimal): -5968181 or 13364900. OLE color: 13364900.
HSL color Cylindrical-coordinate representation of color #A4EECB: hue angle of 151.62º degrees, saturation: 0.69, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A4EECB is Cyan = 0.31, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 238 | 203 | - |
| CMYK | 0.31 | 0 | 0.15 | 0.07 |
| HSL | 151.62º | 0.69% | 0.79% | - |
| HSV(B) | 151.62º | 0.31% | 0.93% | - |
| XYZ | 56.66 | 73.35 | 67.67 | - |
| YUV | 211.88 | 122.98 | 93.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 238 | 203 | 0.31 | 0 | 0.15 | 0.07 | 151.62 | 0.69 | 0.79 |
| Hex | A4 | EE | CB | 1F | 0 | F | 7 | 98 | 45 | 4F |
| Octal | 244 | 356 | 313 | 37 | 0 | 17 | 7 | 230 | 105 | 117 |
| Binary | 10100100 | 11101110 | 11001011 | 11111 | 0 | 1111 | 111 | 10011000 | 1000101 | 1001111 |
Color Harmonies of #A4EECB
Complementary color
Monochromatic Colors of #A4EECB
Black with #A4EECB
Text Example
Text Example
White with #A4EECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4EECB; }
p { color: rgb(164,238,203); }
H1.HeaderClassName
{
color: #A4EECB;
}
.AnyTagClassName
{
color: #A4EECB;
}
</style>
background-color css
<style>
a { background-color: #A4EECB; }
a { background-color: rgb(164,238,203); }
div.DivClassName
{
background-color: #A4EECB;
}
.BgClassName
{
background-color: #A4EECB;
}
</style>
border-color css
<style>
span { border-color: #A4EECB; }
span { border-color: rgb(164,238,203); }
td.TdClassName
{
border-color: #A4EECB;
}
.TagClassName
{
border-color: #A4EECB;
}
</style>