Shades of Magic Mint #ADFDD3
Tints of Magic Mint #ADFDD3
RGB
CMYK
RGB Variations
Color information
#ADFDD3 (or 0xADFDD3) is known color: Magic Mint. HEX triplet: AD, FD and D3. RGB value is (173,253,211). Sum of RGB (Red+Green+Blue) = 173+253+211=637 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.16% from 637); Green value is 253 (99.22% from 255 or 39.72% from 637); Blue value is 211 (82.81% from 255 or 33.12% from 637); Max value from RGB is 253 - color contains mainly: green. Hex color #ADFDD3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFDD3 is #52022C. Grayscale: #E0E0E0. Windows color (decimal): -5374509 or 13893037. OLE color: 13893037.
HSL color Cylindrical-coordinate representation of color #ADFDD3: hue angle of 148.5º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADFDD3 is Cyan = 0.32, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 253 | 211 | - |
| CMYK | 0.32 | 0 | 0.17 | 0.01 |
| HSL | 148.5º | 0.95% | 0.84% | - |
| HSV(B) | 148.5º | 0.32% | 0.99% | - |
| XYZ | 64.12 | 83.84 | 74.43 | - |
| YUV | 224.29 | 120.5 | 91.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 253 | 211 | 0.32 | 0 | 0.17 | 0.01 | 148.5 | 0.95 | 0.84 |
| Hex | AD | FD | D3 | 20 | 0 | 11 | 1 | 94 | 5F | 54 |
| Octal | 255 | 375 | 323 | 40 | 0 | 21 | 1 | 224 | 137 | 124 |
| Binary | 10101101 | 11111101 | 11010011 | 100000 | 0 | 10001 | 1 | 10010100 | 1011111 | 1010100 |
Color Harmonies of #ADFDD3
Complementary color
Monochromatic Colors of #ADFDD3
Black with #ADFDD3
Text Example
Text Example
White with #ADFDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFDD3; }
p { color: rgb(173,253,211); }
H1.HeaderClassName
{
color: #ADFDD3;
}
.AnyTagClassName
{
color: #ADFDD3;
}
</style>
background-color css
<style>
a { background-color: #ADFDD3; }
a { background-color: rgb(173,253,211); }
div.DivClassName
{
background-color: #ADFDD3;
}
.BgClassName
{
background-color: #ADFDD3;
}
</style>
border-color css
<style>
span { border-color: #ADFDD3; }
span { border-color: rgb(173,253,211); }
td.TdClassName
{
border-color: #ADFDD3;
}
.TagClassName
{
border-color: #ADFDD3;
}
</style>