Shades of Magic Mint #ADEECB
Tints of Magic Mint #ADEECB
RGB
CMYK
RGB Variations
Color information
#ADEECB (or 0xADEECB) is known color: Magic Mint. HEX triplet: AD, EE and CB. RGB value is (173,238,203). Sum of RGB (Red+Green+Blue) = 173+238+203=614 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.18% from 614); Green value is 238 (93.36% from 255 or 38.76% from 614); Blue value is 203 (79.69% from 255 or 33.06% from 614); Max value from RGB is 238 - color contains mainly: green. Hex color #ADEECB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADEECB is #521134. Grayscale: #D6D6D6. Windows color (decimal): -5378357 or 13364909. OLE color: 13364909.
HSL color Cylindrical-coordinate representation of color #ADEECB: hue angle of 147.69º 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 #ADEECB is Cyan = 0.27, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 238 | 203 | - |
| CMYK | 0.27 | 0 | 0.15 | 0.07 |
| HSL | 147.69º | 0.66% | 0.81% | - |
| HSV(B) | 147.69º | 0.27% | 0.93% | - |
| XYZ | 58.59 | 74.35 | 67.76 | - |
| YUV | 214.58 | 121.47 | 98.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 238 | 203 | 0.27 | 0 | 0.15 | 0.07 | 147.69 | 0.66 | 0.81 |
| Hex | AD | EE | CB | 1B | 0 | F | 7 | 94 | 42 | 51 |
| Octal | 255 | 356 | 313 | 33 | 0 | 17 | 7 | 224 | 102 | 121 |
| Binary | 10101101 | 11101110 | 11001011 | 11011 | 0 | 1111 | 111 | 10010100 | 1000010 | 1010001 |
Color Harmonies of #ADEECB
Complementary color
Monochromatic Colors of #ADEECB
Black with #ADEECB
Text Example
Text Example
White with #ADEECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEECB; }
p { color: rgb(173,238,203); }
H1.HeaderClassName
{
color: #ADEECB;
}
.AnyTagClassName
{
color: #ADEECB;
}
</style>
background-color css
<style>
a { background-color: #ADEECB; }
a { background-color: rgb(173,238,203); }
div.DivClassName
{
background-color: #ADEECB;
}
.BgClassName
{
background-color: #ADEECB;
}
</style>
border-color css
<style>
span { border-color: #ADEECB; }
span { border-color: rgb(173,238,203); }
td.TdClassName
{
border-color: #ADEECB;
}
.TagClassName
{
border-color: #ADEECB;
}
</style>