Shades of Magic Mint #ADEFC5
Tints of Magic Mint #ADEFC5
RGB
CMYK
RGB Variations
Color information
#ADEFC5 (or 0xADEFC5) is known color: Magic Mint. HEX triplet: AD, EF and C5. RGB value is (173,239,197). Sum of RGB (Red+Green+Blue) = 173+239+197=609 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.41% from 609); Green value is 239 (93.75% from 255 or 39.24% from 609); Blue value is 197 (77.34% from 255 or 32.35% from 609); Max value from RGB is 239 - color contains mainly: green. Hex color #ADEFC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADEFC5 is #52103A. Grayscale: #D6D6D6. Windows color (decimal): -5378107 or 12971949. OLE color: 12971949.
HSL color Cylindrical-coordinate representation of color #ADEFC5: hue angle of 141.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 #ADEFC5 is Cyan = 0.28, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 239 | 197 | - |
| CMYK | 0.28 | 0 | 0.18 | 0.06 |
| HSL | 141.82º | 0.67% | 0.81% | - |
| HSV(B) | 141.82º | 0.28% | 0.94% | - |
| XYZ | 58.18 | 74.65 | 64.17 | - |
| YUV | 214.48 | 118.13 | 98.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 239 | 197 | 0.28 | 0 | 0.18 | 0.06 | 141.82 | 0.67 | 0.81 |
| Hex | AD | EF | C5 | 1C | 0 | 12 | 6 | 8E | 43 | 51 |
| Octal | 255 | 357 | 305 | 34 | 0 | 22 | 6 | 216 | 103 | 121 |
| Binary | 10101101 | 11101111 | 11000101 | 11100 | 0 | 10010 | 110 | 10001110 | 1000011 | 1010001 |
Color Harmonies of #ADEFC5
Complementary color
Monochromatic Colors of #ADEFC5
Black with #ADEFC5
Text Example
Text Example
White with #ADEFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEFC5; }
p { color: rgb(173,239,197); }
H1.HeaderClassName
{
color: #ADEFC5;
}
.AnyTagClassName
{
color: #ADEFC5;
}
</style>
background-color css
<style>
a { background-color: #ADEFC5; }
a { background-color: rgb(173,239,197); }
div.DivClassName
{
background-color: #ADEFC5;
}
.BgClassName
{
background-color: #ADEFC5;
}
</style>
border-color css
<style>
span { border-color: #ADEFC5; }
span { border-color: rgb(173,239,197); }
td.TdClassName
{
border-color: #ADEFC5;
}
.TagClassName
{
border-color: #ADEFC5;
}
</style>