Shades of Magic Mint #ADE7CC
Tints of Magic Mint #ADE7CC
RGB
CMYK
RGB Variations
Color information
#ADE7CC (or 0xADE7CC) is known color: Magic Mint. HEX triplet: AD, E7 and CC. RGB value is (173,231,204). Sum of RGB (Red+Green+Blue) = 173+231+204=608 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.45% from 608); Green value is 231 (90.62% from 255 or 37.99% from 608); Blue value is 204 (80.08% from 255 or 33.55% from 608); Max value from RGB is 231 - color contains mainly: green. Hex color #ADE7CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADE7CC is #521833. Grayscale: #D2D2D2. Windows color (decimal): -5380148 or 13428653. OLE color: 13428653.
HSL color Cylindrical-coordinate representation of color #ADE7CC: hue angle of 152.07º 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 #ADE7CC is Cyan = 0.25, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 231 | 204 | - |
| CMYK | 0.25 | 0 | 0.12 | 0.09 |
| HSL | 152.07º | 0.55% | 0.79% | - |
| HSV(B) | 152.07º | 0.25% | 0.91% | - |
| XYZ | 56.71 | 70.4 | 67.73 | - |
| YUV | 210.58 | 124.28 | 101.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 231 | 204 | 0.25 | 0 | 0.12 | 0.09 | 152.07 | 0.55 | 0.79 |
| Hex | AD | E7 | CC | 19 | 0 | C | 9 | 98 | 37 | 4F |
| Octal | 255 | 347 | 314 | 31 | 0 | 14 | 11 | 230 | 67 | 117 |
| Binary | 10101101 | 11100111 | 11001100 | 11001 | 0 | 1100 | 1001 | 10011000 | 110111 | 1001111 |
Color Harmonies of #ADE7CC
Complementary color
Monochromatic Colors of #ADE7CC
Black with #ADE7CC
Text Example
Text Example
White with #ADE7CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE7CC; }
p { color: rgb(173,231,204); }
H1.HeaderClassName
{
color: #ADE7CC;
}
.AnyTagClassName
{
color: #ADE7CC;
}
</style>
background-color css
<style>
a { background-color: #ADE7CC; }
a { background-color: rgb(173,231,204); }
div.DivClassName
{
background-color: #ADE7CC;
}
.BgClassName
{
background-color: #ADE7CC;
}
</style>
border-color css
<style>
span { border-color: #ADE7CC; }
span { border-color: rgb(173,231,204); }
td.TdClassName
{
border-color: #ADE7CC;
}
.TagClassName
{
border-color: #ADE7CC;
}
</style>