Shades of Magic Mint #ADEFD8
Tints of Magic Mint #ADEFD8
RGB
CMYK
RGB Variations
Color information
#ADEFD8 (or 0xADEFD8) is known color: Magic Mint. HEX triplet: AD, EF and D8. RGB value is (173,239,216). Sum of RGB (Red+Green+Blue) = 173+239+216=628 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.55% from 628); Green value is 239 (93.75% from 255 or 38.06% from 628); Blue value is 216 (84.77% from 255 or 34.39% from 628); Max value from RGB is 239 - color contains mainly: green. Hex color #ADEFD8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADEFD8 is #521027. Grayscale: #D8D8D8. Windows color (decimal): -5378088 or 14217133. OLE color: 14217133.
HSL color Cylindrical-coordinate representation of color #ADEFD8: hue angle of 159.09º 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 #ADEFD8 is Cyan = 0.28, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
RGB | 173 | 239 | 216 | - |
CMYK | 0.28 | 0 | 0.10 | 0.06 |
HSL | 159.09º | 0.67% | 0.81% | - |
HSV(B) | 159.09º | 0.28% | 0.94% | - |
XYZ | 60.49 | 75.58 | 76.36 | - |
YUV | 216.64 | 127.63 | 96.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 239 | 216 | 0.28 | 0 | 0.10 | 0.06 | 159.09 | 0.67 | 0.81 |
Hex | AD | EF | D8 | 1C | 0 | A | 6 | 9F | 43 | 51 |
Octal | 255 | 357 | 330 | 34 | 0 | 12 | 6 | 237 | 103 | 121 |
Binary | 10101101 | 11101111 | 11011000 | 11100 | 0 | 1010 | 110 | 10011111 | 1000011 | 1010001 |
Color Harmonies of #ADEFD8
Complementary color
Monochromatic Colors of #ADEFD8
Black with #ADEFD8
Text Example
Text Example
White with #ADEFD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEFD8; }
p { color: rgb(173,239,216); }
H1.HeaderClassName
{
color: #ADEFD8;
}
.AnyTagClassName
{
color: #ADEFD8;
}
</style>
background-color css
<style>
a { background-color: #ADEFD8; }
a { background-color: rgb(173,239,216); }
div.DivClassName
{
background-color: #ADEFD8;
}
.BgClassName
{
background-color: #ADEFD8;
}
</style>
border-color css
<style>
span { border-color: #ADEFD8; }
span { border-color: rgb(173,239,216); }
td.TdClassName
{
border-color: #ADEFD8;
}
.TagClassName
{
border-color: #ADEFD8;
}
</style>