Shades of Magic Mint #ADE5C9
Tints of Magic Mint #ADE5C9
RGB
CMYK
RGB Variations
Color information
#ADE5C9 (or 0xADE5C9) is known color: Magic Mint. HEX triplet: AD, E5 and C9. RGB value is (173,229,201). Sum of RGB (Red+Green+Blue) = 173+229+201=603 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.69% from 603); Green value is 229 (89.84% from 255 or 37.98% from 603); Blue value is 201 (78.91% from 255 or 33.33% from 603); Max value from RGB is 229 - color contains mainly: green. Hex color #ADE5C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADE5C9 is #521A36. Grayscale: #D1D1D1. Windows color (decimal): -5380663 or 13231533. OLE color: 13231533.
HSL color Cylindrical-coordinate representation of color #ADE5C9: hue angle of 150º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ADE5C9 is Cyan = 0.24, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
RGB | 173 | 229 | 201 | - |
CMYK | 0.24 | 0 | 0.12 | 0.10 |
HSL | 150º | 0.52% | 0.79% | - |
HSV(B) | 150º | 0.24% | 0.9% | - |
XYZ | 55.8 | 69.14 | 65.66 | - |
YUV | 209.06 | 123.45 | 102.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 229 | 201 | 0.24 | 0 | 0.12 | 0.10 | 150 | 0.52 | 0.79 |
Hex | AD | E5 | C9 | 18 | 0 | C | A | 96 | 34 | 4F |
Octal | 255 | 345 | 311 | 30 | 0 | 14 | 12 | 226 | 64 | 117 |
Binary | 10101101 | 11100101 | 11001001 | 11000 | 0 | 1100 | 1010 | 10010110 | 110100 | 1001111 |
Color Harmonies of #ADE5C9
Complementary color
Monochromatic Colors of #ADE5C9
Black with #ADE5C9
Text Example
Text Example
White with #ADE5C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE5C9; }
p { color: rgb(173,229,201); }
H1.HeaderClassName
{
color: #ADE5C9;
}
.AnyTagClassName
{
color: #ADE5C9;
}
</style>
background-color css
<style>
a { background-color: #ADE5C9; }
a { background-color: rgb(173,229,201); }
div.DivClassName
{
background-color: #ADE5C9;
}
.BgClassName
{
background-color: #ADE5C9;
}
</style>
border-color css
<style>
span { border-color: #ADE5C9; }
span { border-color: rgb(173,229,201); }
td.TdClassName
{
border-color: #ADE5C9;
}
.TagClassName
{
border-color: #ADE5C9;
}
</style>