Shades of Magic Mint #A7EECB
Tints of Magic Mint #A7EECB
RGB
CMYK
RGB Variations
Color information
#A7EECB (or 0xA7EECB) is known color: Magic Mint. HEX triplet: A7, EE and CB. RGB value is (167,238,203). Sum of RGB (Red+Green+Blue) = 167+238+203=608 (80% of max value = 765). Red value is 167 (65.62% from 255 or 27.47% from 608); Green value is 238 (93.36% from 255 or 39.14% from 608); Blue value is 203 (79.69% from 255 or 33.39% from 608); Max value from RGB is 238 - color contains mainly: green. Hex color #A7EECB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A7EECB is #581134. Grayscale: #D4D4D4. Windows color (decimal): -5771573 or 13364903. OLE color: 13364903.
HSL color Cylindrical-coordinate representation of color #A7EECB: hue angle of 150.42º 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 #A7EECB is Cyan = 0.30, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 167 | 238 | 203 | - |
| CMYK | 0.30 | 0 | 0.15 | 0.07 |
| HSL | 150.42º | 0.68% | 0.79% | - |
| HSV(B) | 150.42º | 0.3% | 0.93% | - |
| XYZ | 57.29 | 73.68 | 67.7 | - |
| YUV | 212.78 | 122.48 | 95.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 238 | 203 | 0.30 | 0 | 0.15 | 0.07 | 150.42 | 0.68 | 0.79 |
| Hex | A7 | EE | CB | 1E | 0 | F | 7 | 96 | 44 | 4F |
| Octal | 247 | 356 | 313 | 36 | 0 | 17 | 7 | 226 | 104 | 117 |
| Binary | 10100111 | 11101110 | 11001011 | 11110 | 0 | 1111 | 111 | 10010110 | 1000100 | 1001111 |
Color Harmonies of #A7EECB
Complementary color
Monochromatic Colors of #A7EECB
Black with #A7EECB
Text Example
Text Example
White with #A7EECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7EECB; }
p { color: rgb(167,238,203); }
H1.HeaderClassName
{
color: #A7EECB;
}
.AnyTagClassName
{
color: #A7EECB;
}
</style>
background-color css
<style>
a { background-color: #A7EECB; }
a { background-color: rgb(167,238,203); }
div.DivClassName
{
background-color: #A7EECB;
}
.BgClassName
{
background-color: #A7EECB;
}
</style>
border-color css
<style>
span { border-color: #A7EECB; }
span { border-color: rgb(167,238,203); }
td.TdClassName
{
border-color: #A7EECB;
}
.TagClassName
{
border-color: #A7EECB;
}
</style>