Shades of Magic Mint #ADE8CA
Tints of Magic Mint #ADE8CA
RGB
CMYK
RGB Variations
Color information
#ADE8CA (or 0xADE8CA) is known color: Magic Mint. HEX triplet: AD, E8 and CA. RGB value is (173,232,202). Sum of RGB (Red+Green+Blue) = 173+232+202=607 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.50% from 607); Green value is 232 (91.02% from 255 or 38.22% from 607); Blue value is 202 (79.30% from 255 or 33.28% from 607); Max value from RGB is 232 - color contains mainly: green. Hex color #ADE8CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADE8CA is #521735. Grayscale: #D3D3D3. Windows color (decimal): -5379894 or 13297837. OLE color: 13297837.
HSL color Cylindrical-coordinate representation of color #ADE8CA: hue angle of 149.49º degrees, saturation: 0.56, 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 #ADE8CA is Cyan = 0.25, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 232 | 202 | - |
| CMYK | 0.25 | 0 | 0.13 | 0.09 |
| HSL | 149.49º | 0.56% | 0.79% | - |
| HSV(B) | 149.49º | 0.25% | 0.91% | - |
| XYZ | 56.75 | 70.86 | 66.56 | - |
| YUV | 210.94 | 122.95 | 100.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 232 | 202 | 0.25 | 0 | 0.13 | 0.09 | 149.49 | 0.56 | 0.79 |
| Hex | AD | E8 | CA | 19 | 0 | D | 9 | 95 | 38 | 4F |
| Octal | 255 | 350 | 312 | 31 | 0 | 15 | 11 | 225 | 70 | 117 |
| Binary | 10101101 | 11101000 | 11001010 | 11001 | 0 | 1101 | 1001 | 10010101 | 111000 | 1001111 |
Color Harmonies of #ADE8CA
Complementary color
Monochromatic Colors of #ADE8CA
Black with #ADE8CA
Text Example
Text Example
White with #ADE8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE8CA; }
p { color: rgb(173,232,202); }
H1.HeaderClassName
{
color: #ADE8CA;
}
.AnyTagClassName
{
color: #ADE8CA;
}
</style>
background-color css
<style>
a { background-color: #ADE8CA; }
a { background-color: rgb(173,232,202); }
div.DivClassName
{
background-color: #ADE8CA;
}
.BgClassName
{
background-color: #ADE8CA;
}
</style>
border-color css
<style>
span { border-color: #ADE8CA; }
span { border-color: rgb(173,232,202); }
td.TdClassName
{
border-color: #ADE8CA;
}
.TagClassName
{
border-color: #ADE8CA;
}
</style>