Shades of Magic Mint #A5EFC9
Tints of Magic Mint #A5EFC9
RGB
CMYK
RGB Variations
Color information
#A5EFC9 (or 0xA5EFC9) is known color: Magic Mint. HEX triplet: A5, EF and C9. RGB value is (165,239,201). Sum of RGB (Red+Green+Blue) = 165+239+201=605 (80% of max value = 765). Red value is 165 (64.84% from 255 or 27.27% from 605); Green value is 239 (93.75% from 255 or 39.50% from 605); Blue value is 201 (78.91% from 255 or 33.22% from 605); Max value from RGB is 239 - color contains mainly: green. Hex color #A5EFC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5EFC9 is #5A1036. Grayscale: #D4D4D4. Windows color (decimal): -5902391 or 13234085. OLE color: 13234085.
HSL color Cylindrical-coordinate representation of color #A5EFC9: hue angle of 149.19º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A5EFC9 is Cyan = 0.31, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 165 | 239 | 201 | - |
| CMYK | 0.31 | 0 | 0.16 | 0.06 |
| HSL | 149.19º | 0.7% | 0.79% | - |
| HSV(B) | 149.19º | 0.31% | 0.94% | - |
| XYZ | 56.93 | 73.95 | 66.53 | - |
| YUV | 212.54 | 121.48 | 94.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 239 | 201 | 0.31 | 0 | 0.16 | 0.06 | 149.19 | 0.7 | 0.79 |
| Hex | A5 | EF | C9 | 1F | 0 | 10 | 6 | 95 | 46 | 4F |
| Octal | 245 | 357 | 311 | 37 | 0 | 20 | 6 | 225 | 106 | 117 |
| Binary | 10100101 | 11101111 | 11001001 | 11111 | 0 | 10000 | 110 | 10010101 | 1000110 | 1001111 |
Color Harmonies of #A5EFC9
Complementary color
Monochromatic Colors of #A5EFC9
Black with #A5EFC9
Text Example
Text Example
White with #A5EFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5EFC9; }
p { color: rgb(165,239,201); }
H1.HeaderClassName
{
color: #A5EFC9;
}
.AnyTagClassName
{
color: #A5EFC9;
}
</style>
background-color css
<style>
a { background-color: #A5EFC9; }
a { background-color: rgb(165,239,201); }
div.DivClassName
{
background-color: #A5EFC9;
}
.BgClassName
{
background-color: #A5EFC9;
}
</style>
border-color css
<style>
span { border-color: #A5EFC9; }
span { border-color: rgb(165,239,201); }
td.TdClassName
{
border-color: #A5EFC9;
}
.TagClassName
{
border-color: #A5EFC9;
}
</style>