Shades of Magic Mint #ADEFD2
Tints of Magic Mint #ADEFD2
RGB
CMYK
RGB Variations
Color information
#ADEFD2 (or 0xADEFD2) is known color: Magic Mint. HEX triplet: AD, EF and D2. RGB value is (173,239,210). Sum of RGB (Red+Green+Blue) = 173+239+210=622 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.81% from 622); Green value is 239 (93.75% from 255 or 38.42% from 622); Blue value is 210 (82.42% from 255 or 33.76% from 622); Max value from RGB is 239 - color contains mainly: green. Hex color #ADEFD2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADEFD2 is #52102D. Grayscale: #D8D8D8. Windows color (decimal): -5378094 or 13823917. OLE color: 13823917.
HSL color Cylindrical-coordinate representation of color #ADEFD2: hue angle of 153.64º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADEFD2 is Cyan = 0.28, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 239 | 210 | - |
| CMYK | 0.28 | 0 | 0.12 | 0.06 |
| HSL | 153.64º | 0.67% | 0.81% | - |
| HSV(B) | 153.64º | 0.28% | 0.94% | - |
| XYZ | 59.73 | 75.27 | 72.35 | - |
| YUV | 215.96 | 124.63 | 97.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 239 | 210 | 0.28 | 0 | 0.12 | 0.06 | 153.64 | 0.67 | 0.81 |
| Hex | AD | EF | D2 | 1C | 0 | C | 6 | 9A | 43 | 51 |
| Octal | 255 | 357 | 322 | 34 | 0 | 14 | 6 | 232 | 103 | 121 |
| Binary | 10101101 | 11101111 | 11010010 | 11100 | 0 | 1100 | 110 | 10011010 | 1000011 | 1010001 |
Color Harmonies of #ADEFD2
Complementary color
Monochromatic Colors of #ADEFD2
Black with #ADEFD2
Text Example
Text Example
White with #ADEFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEFD2; }
p { color: rgb(173,239,210); }
H1.HeaderClassName
{
color: #ADEFD2;
}
.AnyTagClassName
{
color: #ADEFD2;
}
</style>
background-color css
<style>
a { background-color: #ADEFD2; }
a { background-color: rgb(173,239,210); }
div.DivClassName
{
background-color: #ADEFD2;
}
.BgClassName
{
background-color: #ADEFD2;
}
</style>
border-color css
<style>
span { border-color: #ADEFD2; }
span { border-color: rgb(173,239,210); }
td.TdClassName
{
border-color: #ADEFD2;
}
.TagClassName
{
border-color: #ADEFD2;
}
</style>