Shades of Magic Mint #ADEDCF
Tints of Magic Mint #ADEDCF
RGB
CMYK
RGB Variations
Color information
#ADEDCF (or 0xADEDCF) is known color: Magic Mint. HEX triplet: AD, ED and CF. RGB value is (173,237,207). Sum of RGB (Red+Green+Blue) = 173+237+207=617 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.04% from 617); Green value is 237 (92.97% from 255 or 38.41% from 617); Blue value is 207 (81.25% from 255 or 33.55% from 617); Max value from RGB is 237 - color contains mainly: green. Hex color #ADEDCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADEDCF is #521230. Grayscale: #D6D6D6. Windows color (decimal): -5378609 or 13626797. OLE color: 13626797.
HSL color Cylindrical-coordinate representation of color #ADEDCF: hue angle of 151.88º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ADEDCF is Cyan = 0.27, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 237 | 207 | - |
| CMYK | 0.27 | 0 | 0.13 | 0.07 |
| HSL | 151.88º | 0.64% | 0.8% | - |
| HSV(B) | 151.88º | 0.27% | 0.93% | - |
| XYZ | 58.78 | 73.96 | 70.21 | - |
| YUV | 214.44 | 123.8 | 98.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 237 | 207 | 0.27 | 0 | 0.13 | 0.07 | 151.88 | 0.64 | 0.8 |
| Hex | AD | ED | CF | 1B | 0 | D | 7 | 98 | 40 | 50 |
| Octal | 255 | 355 | 317 | 33 | 0 | 15 | 7 | 230 | 100 | 120 |
| Binary | 10101101 | 11101101 | 11001111 | 11011 | 0 | 1101 | 111 | 10011000 | 1000000 | 1010000 |
Color Harmonies of #ADEDCF
Complementary color
Monochromatic Colors of #ADEDCF
Black with #ADEDCF
Text Example
Text Example
White with #ADEDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEDCF; }
p { color: rgb(173,237,207); }
H1.HeaderClassName
{
color: #ADEDCF;
}
.AnyTagClassName
{
color: #ADEDCF;
}
</style>
background-color css
<style>
a { background-color: #ADEDCF; }
a { background-color: rgb(173,237,207); }
div.DivClassName
{
background-color: #ADEDCF;
}
.BgClassName
{
background-color: #ADEDCF;
}
</style>
border-color css
<style>
span { border-color: #ADEDCF; }
span { border-color: rgb(173,237,207); }
td.TdClassName
{
border-color: #ADEDCF;
}
.TagClassName
{
border-color: #ADEDCF;
}
</style>