Shades of Magic Mint #ADEED3
Tints of Magic Mint #ADEED3
RGB
CMYK
RGB Variations
Color information
#ADEED3 (or 0xADEED3) is known color: Magic Mint. HEX triplet: AD, EE and D3. RGB value is (173,238,211). Sum of RGB (Red+Green+Blue) = 173+238+211=622 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.81% from 622); Green value is 238 (93.36% from 255 or 38.26% from 622); Blue value is 211 (82.81% from 255 or 33.92% from 622); Max value from RGB is 238 - color contains mainly: green. Hex color #ADEED3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADEED3 is #52112C. Grayscale: #D7D7D7. Windows color (decimal): -5378349 or 13889197. OLE color: 13889197.
HSL color Cylindrical-coordinate representation of color #ADEED3: hue angle of 155.08º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ADEED3 is Cyan = 0.27, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 238 | 211 | - |
| CMYK | 0.27 | 0 | 0.11 | 0.07 |
| HSL | 155.08º | 0.66% | 0.81% | - |
| HSV(B) | 155.08º | 0.27% | 0.93% | - |
| XYZ | 59.57 | 74.74 | 72.91 | - |
| YUV | 215.49 | 125.47 | 97.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 238 | 211 | 0.27 | 0 | 0.11 | 0.07 | 155.08 | 0.66 | 0.81 |
| Hex | AD | EE | D3 | 1B | 0 | B | 7 | 9B | 42 | 51 |
| Octal | 255 | 356 | 323 | 33 | 0 | 13 | 7 | 233 | 102 | 121 |
| Binary | 10101101 | 11101110 | 11010011 | 11011 | 0 | 1011 | 111 | 10011011 | 1000010 | 1010001 |
Color Harmonies of #ADEED3
Complementary color
Monochromatic Colors of #ADEED3
Black with #ADEED3
Text Example
Text Example
White with #ADEED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEED3; }
p { color: rgb(173,238,211); }
H1.HeaderClassName
{
color: #ADEED3;
}
.AnyTagClassName
{
color: #ADEED3;
}
</style>
background-color css
<style>
a { background-color: #ADEED3; }
a { background-color: rgb(173,238,211); }
div.DivClassName
{
background-color: #ADEED3;
}
.BgClassName
{
background-color: #ADEED3;
}
</style>
border-color css
<style>
span { border-color: #ADEED3; }
span { border-color: rgb(173,238,211); }
td.TdClassName
{
border-color: #ADEED3;
}
.TagClassName
{
border-color: #ADEED3;
}
</style>