Shades of Magic Mint #ADE7C7
Tints of Magic Mint #ADE7C7
RGB
CMYK
RGB Variations
Color information
#ADE7C7 (or 0xADE7C7) is known color: Magic Mint. HEX triplet: AD, E7 and C7. RGB value is (173,231,199). Sum of RGB (Red+Green+Blue) = 173+231+199=603 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.69% from 603); Green value is 231 (90.62% from 255 or 38.31% from 603); Blue value is 199 (78.12% from 255 or 33.00% from 603); Max value from RGB is 231 - color contains mainly: green. Hex color #ADE7C7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADE7C7 is #521838. Grayscale: #D2D2D2. Windows color (decimal): -5380153 or 13100973. OLE color: 13100973.
HSL color Cylindrical-coordinate representation of color #ADE7C7: hue angle of 146.9º degrees, saturation: 0.55, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ADE7C7 is Cyan = 0.25, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 231 | 199 | - |
| CMYK | 0.25 | 0 | 0.14 | 0.09 |
| HSL | 146.9º | 0.55% | 0.79% | - |
| HSV(B) | 146.9º | 0.25% | 0.91% | - |
| XYZ | 56.12 | 70.16 | 64.62 | - |
| YUV | 210.01 | 121.78 | 101.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 231 | 199 | 0.25 | 0 | 0.14 | 0.09 | 146.9 | 0.55 | 0.79 |
| Hex | AD | E7 | C7 | 19 | 0 | E | 9 | 93 | 37 | 4F |
| Octal | 255 | 347 | 307 | 31 | 0 | 16 | 11 | 223 | 67 | 117 |
| Binary | 10101101 | 11100111 | 11000111 | 11001 | 0 | 1110 | 1001 | 10010011 | 110111 | 1001111 |
Color Harmonies of #ADE7C7
Complementary color
Monochromatic Colors of #ADE7C7
Black with #ADE7C7
Text Example
Text Example
White with #ADE7C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE7C7; }
p { color: rgb(173,231,199); }
H1.HeaderClassName
{
color: #ADE7C7;
}
.AnyTagClassName
{
color: #ADE7C7;
}
</style>
background-color css
<style>
a { background-color: #ADE7C7; }
a { background-color: rgb(173,231,199); }
div.DivClassName
{
background-color: #ADE7C7;
}
.BgClassName
{
background-color: #ADE7C7;
}
</style>
border-color css
<style>
span { border-color: #ADE7C7; }
span { border-color: rgb(173,231,199); }
td.TdClassName
{
border-color: #ADE7C7;
}
.TagClassName
{
border-color: #ADE7C7;
}
</style>