Shades of Magic Mint #ADECCC
Tints of Magic Mint #ADECCC
RGB
CMYK
RGB Variations
Color information
#ADECCC (or 0xADECCC) is known color: Magic Mint. HEX triplet: AD, EC and CC. RGB value is (173,236,204). Sum of RGB (Red+Green+Blue) = 173+236+204=613 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.22% from 613); Green value is 236 (92.58% from 255 or 38.50% from 613); Blue value is 204 (80.08% from 255 or 33.28% from 613); Max value from RGB is 236 - color contains mainly: green. Hex color #ADECCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADECCC is #521333. Grayscale: #D5D5D5. Windows color (decimal): -5378868 or 13429933. OLE color: 13429933.
HSL color Cylindrical-coordinate representation of color #ADECCC: hue angle of 149.52º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ADECCC is Cyan = 0.27, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
RGB | 173 | 236 | 204 | - |
CMYK | 0.27 | 0 | 0.14 | 0.07 |
HSL | 149.52º | 0.62% | 0.8% | - |
HSV(B) | 149.52º | 0.27% | 0.93% | - |
XYZ | 58.13 | 73.23 | 68.2 | - |
YUV | 213.52 | 122.63 | 99.1 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 236 | 204 | 0.27 | 0 | 0.14 | 0.07 | 149.52 | 0.62 | 0.8 |
Hex | AD | EC | CC | 1B | 0 | E | 7 | 96 | 3E | 50 |
Octal | 255 | 354 | 314 | 33 | 0 | 16 | 7 | 226 | 76 | 120 |
Binary | 10101101 | 11101100 | 11001100 | 11011 | 0 | 1110 | 111 | 10010110 | 111110 | 1010000 |
Color Harmonies of #ADECCC
Complementary color
Monochromatic Colors of #ADECCC
Black with #ADECCC
Text Example
Text Example
White with #ADECCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADECCC; }
p { color: rgb(173,236,204); }
H1.HeaderClassName
{
color: #ADECCC;
}
.AnyTagClassName
{
color: #ADECCC;
}
</style>
background-color css
<style>
a { background-color: #ADECCC; }
a { background-color: rgb(173,236,204); }
div.DivClassName
{
background-color: #ADECCC;
}
.BgClassName
{
background-color: #ADECCC;
}
</style>
border-color css
<style>
span { border-color: #ADECCC; }
span { border-color: rgb(173,236,204); }
td.TdClassName
{
border-color: #ADECCC;
}
.TagClassName
{
border-color: #ADECCC;
}
</style>