Shades of Magic Mint #ADF3CF
Tints of Magic Mint #ADF3CF
RGB
CMYK
RGB Variations
Color information
#ADF3CF (or 0xADF3CF) is known color: Magic Mint. HEX triplet: AD, F3 and CF. RGB value is (173,243,207). Sum of RGB (Red+Green+Blue) = 173+243+207=623 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.77% from 623); Green value is 243 (95.31% from 255 or 39.00% from 623); Blue value is 207 (81.25% from 255 or 33.23% from 623); Max value from RGB is 243 - color contains mainly: green. Hex color #ADF3CF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF3CF is #520C30. Grayscale: #DADADA. Windows color (decimal): -5377073 or 13628333. OLE color: 13628333.
HSL color Cylindrical-coordinate representation of color #ADF3CF: hue angle of 149.14º 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 #ADF3CF is Cyan = 0.29, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 243 | 207 | - |
| CMYK | 0.29 | 0 | 0.15 | 0.05 |
| HSL | 149.14º | 0.74% | 0.82% | - |
| HSV(B) | 149.14º | 0.29% | 0.95% | - |
| XYZ | 60.55 | 77.49 | 70.8 | - |
| YUV | 217.97 | 121.81 | 95.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 243 | 207 | 0.29 | 0 | 0.15 | 0.05 | 149.14 | 0.74 | 0.82 |
| Hex | AD | F3 | CF | 1D | 0 | F | 5 | 95 | 4A | 52 |
| Octal | 255 | 363 | 317 | 35 | 0 | 17 | 5 | 225 | 112 | 122 |
| Binary | 10101101 | 11110011 | 11001111 | 11101 | 0 | 1111 | 101 | 10010101 | 1001010 | 1010010 |
Color Harmonies of #ADF3CF
Complementary color
Monochromatic Colors of #ADF3CF
Black with #ADF3CF
Text Example
Text Example
White with #ADF3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF3CF; }
p { color: rgb(173,243,207); }
H1.HeaderClassName
{
color: #ADF3CF;
}
.AnyTagClassName
{
color: #ADF3CF;
}
</style>
background-color css
<style>
a { background-color: #ADF3CF; }
a { background-color: rgb(173,243,207); }
div.DivClassName
{
background-color: #ADF3CF;
}
.BgClassName
{
background-color: #ADF3CF;
}
</style>
border-color css
<style>
span { border-color: #ADF3CF; }
span { border-color: rgb(173,243,207); }
td.TdClassName
{
border-color: #ADF3CF;
}
.TagClassName
{
border-color: #ADF3CF;
}
</style>