Shades of Magic Mint #ADF3CE
Tints of Magic Mint #ADF3CE
RGB
CMYK
RGB Variations
Color information
#ADF3CE (or 0xADF3CE) is known color: Magic Mint. HEX triplet: AD, F3 and CE. RGB value is (173,243,206). Sum of RGB (Red+Green+Blue) = 173+243+206=622 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.81% from 622); Green value is 243 (95.31% from 255 or 39.07% from 622); Blue value is 206 (80.86% from 255 or 33.12% from 622); Max value from RGB is 243 - color contains mainly: green. Hex color #ADF3CE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF3CE is #520C31. Grayscale: #D9D9D9. Windows color (decimal): -5377074 or 13562797. OLE color: 13562797.
HSL color Cylindrical-coordinate representation of color #ADF3CE: hue angle of 148.29º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADF3CE is Cyan = 0.29, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 243 | 206 | - |
| CMYK | 0.29 | 0 | 0.15 | 0.05 |
| HSL | 148.29º | 0.74% | 0.82% | - |
| HSV(B) | 148.29º | 0.29% | 0.95% | - |
| XYZ | 60.42 | 77.44 | 70.16 | - |
| YUV | 217.85 | 121.31 | 96.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 243 | 206 | 0.29 | 0 | 0.15 | 0.05 | 148.29 | 0.74 | 0.82 |
| Hex | AD | F3 | CE | 1D | 0 | F | 5 | 94 | 4A | 52 |
| Octal | 255 | 363 | 316 | 35 | 0 | 17 | 5 | 224 | 112 | 122 |
| Binary | 10101101 | 11110011 | 11001110 | 11101 | 0 | 1111 | 101 | 10010100 | 1001010 | 1010010 |
Color Harmonies of #ADF3CE
Complementary color
Monochromatic Colors of #ADF3CE
Black with #ADF3CE
Text Example
Text Example
White with #ADF3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF3CE; }
p { color: rgb(173,243,206); }
H1.HeaderClassName
{
color: #ADF3CE;
}
.AnyTagClassName
{
color: #ADF3CE;
}
</style>
background-color css
<style>
a { background-color: #ADF3CE; }
a { background-color: rgb(173,243,206); }
div.DivClassName
{
background-color: #ADF3CE;
}
.BgClassName
{
background-color: #ADF3CE;
}
</style>
border-color css
<style>
span { border-color: #ADF3CE; }
span { border-color: rgb(173,243,206); }
td.TdClassName
{
border-color: #ADF3CE;
}
.TagClassName
{
border-color: #ADF3CE;
}
</style>