Shades of Magic Mint #ADEFD0
Tints of Magic Mint #ADEFD0
RGB
CMYK
RGB Variations
Color information
#ADEFD0 (or 0xADEFD0) is known color: Magic Mint. HEX triplet: AD, EF and D0. RGB value is (173,239,208). Sum of RGB (Red+Green+Blue) = 173+239+208=620 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.90% from 620); Green value is 239 (93.75% from 255 or 38.55% from 620); Blue value is 208 (81.64% from 255 or 33.55% from 620); Max value from RGB is 239 - color contains mainly: green. Hex color #ADEFD0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADEFD0 is #52102F. Grayscale: #D7D7D7. Windows color (decimal): -5378096 or 13692845. OLE color: 13692845.
HSL color Cylindrical-coordinate representation of color #ADEFD0: hue angle of 151.82º 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 #ADEFD0 is Cyan = 0.28, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
RGB | 173 | 239 | 208 | - |
CMYK | 0.28 | 0 | 0.13 | 0.06 |
HSL | 151.82º | 0.67% | 0.81% | - |
HSV(B) | 151.82º | 0.28% | 0.94% | - |
XYZ | 59.49 | 75.17 | 71.05 | - |
YUV | 215.73 | 123.63 | 97.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 239 | 208 | 0.28 | 0 | 0.13 | 0.06 | 151.82 | 0.67 | 0.81 |
Hex | AD | EF | D0 | 1C | 0 | D | 6 | 98 | 43 | 51 |
Octal | 255 | 357 | 320 | 34 | 0 | 15 | 6 | 230 | 103 | 121 |
Binary | 10101101 | 11101111 | 11010000 | 11100 | 0 | 1101 | 110 | 10011000 | 1000011 | 1010001 |
Color Harmonies of #ADEFD0
Complementary color
Monochromatic Colors of #ADEFD0
Black with #ADEFD0
Text Example
Text Example
White with #ADEFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEFD0; }
p { color: rgb(173,239,208); }
H1.HeaderClassName
{
color: #ADEFD0;
}
.AnyTagClassName
{
color: #ADEFD0;
}
</style>
background-color css
<style>
a { background-color: #ADEFD0; }
a { background-color: rgb(173,239,208); }
div.DivClassName
{
background-color: #ADEFD0;
}
.BgClassName
{
background-color: #ADEFD0;
}
</style>
border-color css
<style>
span { border-color: #ADEFD0; }
span { border-color: rgb(173,239,208); }
td.TdClassName
{
border-color: #ADEFD0;
}
.TagClassName
{
border-color: #ADEFD0;
}
</style>