Shades of Magic Mint #A4FDD8
Tints of Magic Mint #A4FDD8
RGB
CMYK
RGB Variations
Color information
#A4FDD8 (or 0xA4FDD8) is known color: Magic Mint. HEX triplet: A4, FD and D8. RGB value is (164,253,216). Sum of RGB (Red+Green+Blue) = 164+253+216=633 (83% of max value = 765). Red value is 164 (64.45% from 255 or 25.91% from 633); Green value is 253 (99.22% from 255 or 39.97% from 633); Blue value is 216 (84.77% from 255 or 34.12% from 633); Max value from RGB is 253 - color contains mainly: green. Hex color #A4FDD8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4FDD8 is #5B0227. Grayscale: #DEDEDE. Windows color (decimal): -5964328 or 14220708. OLE color: 14220708.
HSL color Cylindrical-coordinate representation of color #A4FDD8: hue angle of 155.06º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A4FDD8 is Cyan = 0.35, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 164 | 253 | 216 | - |
| CMYK | 0.35 | 0 | 0.15 | 0.01 |
| HSL | 155.06º | 0.96% | 0.82% | - |
| HSV(B) | 155.06º | 0.35% | 0.99% | - |
| XYZ | 62.83 | 83.1 | 77.69 | - |
| YUV | 222.17 | 124.51 | 86.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 253 | 216 | 0.35 | 0 | 0.15 | 0.01 | 155.06 | 0.96 | 0.82 |
| Hex | A4 | FD | D8 | 23 | 0 | F | 1 | 9B | 60 | 52 |
| Octal | 244 | 375 | 330 | 43 | 0 | 17 | 1 | 233 | 140 | 122 |
| Binary | 10100100 | 11111101 | 11011000 | 100011 | 0 | 1111 | 1 | 10011011 | 1100000 | 1010010 |
Color Harmonies of #A4FDD8
Complementary color
Monochromatic Colors of #A4FDD8
Black with #A4FDD8
Text Example
Text Example
White with #A4FDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4FDD8; }
p { color: rgb(164,253,216); }
H1.HeaderClassName
{
color: #A4FDD8;
}
.AnyTagClassName
{
color: #A4FDD8;
}
</style>
background-color css
<style>
a { background-color: #A4FDD8; }
a { background-color: rgb(164,253,216); }
div.DivClassName
{
background-color: #A4FDD8;
}
.BgClassName
{
background-color: #A4FDD8;
}
</style>
border-color css
<style>
span { border-color: #A4FDD8; }
span { border-color: rgb(164,253,216); }
td.TdClassName
{
border-color: #A4FDD8;
}
.TagClassName
{
border-color: #A4FDD8;
}
</style>