Shades of Magic Mint #ADEFCC
Tints of Magic Mint #ADEFCC
RGB
CMYK
RGB Variations
Color information
#ADEFCC (or 0xADEFCC) is known color: Magic Mint. HEX triplet: AD, EF and CC. RGB value is (173,239,204). Sum of RGB (Red+Green+Blue) = 173+239+204=616 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.08% from 616); Green value is 239 (93.75% from 255 or 38.80% from 616); Blue value is 204 (80.08% from 255 or 33.12% from 616); Max value from RGB is 239 - color contains mainly: green. Hex color #ADEFCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADEFCC is #521033. Grayscale: #D7D7D7. Windows color (decimal): -5378100 or 13430701. OLE color: 13430701.
HSL color Cylindrical-coordinate representation of color #ADEFCC: hue angle of 148.18º 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 #ADEFCC is Cyan = 0.28, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 239 | 204 | - |
| CMYK | 0.28 | 0 | 0.15 | 0.06 |
| HSL | 148.18º | 0.67% | 0.81% | - |
| HSV(B) | 148.18º | 0.28% | 0.94% | - |
| XYZ | 59 | 74.98 | 68.49 | - |
| YUV | 215.28 | 121.63 | 97.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 239 | 204 | 0.28 | 0 | 0.15 | 0.06 | 148.18 | 0.67 | 0.81 |
| Hex | AD | EF | CC | 1C | 0 | F | 6 | 94 | 43 | 51 |
| Octal | 255 | 357 | 314 | 34 | 0 | 17 | 6 | 224 | 103 | 121 |
| Binary | 10101101 | 11101111 | 11001100 | 11100 | 0 | 1111 | 110 | 10010100 | 1000011 | 1010001 |
Color Harmonies of #ADEFCC
Complementary color
Monochromatic Colors of #ADEFCC
Black with #ADEFCC
Text Example
Text Example
White with #ADEFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEFCC; }
p { color: rgb(173,239,204); }
H1.HeaderClassName
{
color: #ADEFCC;
}
.AnyTagClassName
{
color: #ADEFCC;
}
</style>
background-color css
<style>
a { background-color: #ADEFCC; }
a { background-color: rgb(173,239,204); }
div.DivClassName
{
background-color: #ADEFCC;
}
.BgClassName
{
background-color: #ADEFCC;
}
</style>
border-color css
<style>
span { border-color: #ADEFCC; }
span { border-color: rgb(173,239,204); }
td.TdClassName
{
border-color: #ADEFCC;
}
.TagClassName
{
border-color: #ADEFCC;
}
</style>