Shades of Magic Mint #ADEACC
Tints of Magic Mint #ADEACC
RGB
CMYK
RGB Variations
Color information
#ADEACC (or 0xADEACC) is known color: Magic Mint. HEX triplet: AD, EA and CC. RGB value is (173,234,204). Sum of RGB (Red+Green+Blue) = 173+234+204=611 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.31% from 611); Green value is 234 (91.80% from 255 or 38.30% from 611); Blue value is 204 (80.08% from 255 or 33.39% from 611); Max value from RGB is 234 - color contains mainly: green. Hex color #ADEACC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADEACC is #521533. Grayscale: #D4D4D4. Windows color (decimal): -5379380 or 13429421. OLE color: 13429421.
HSL color Cylindrical-coordinate representation of color #ADEACC: hue angle of 150.49º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADEACC is Cyan = 0.26, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
RGB | 173 | 234 | 204 | - |
CMYK | 0.26 | 0 | 0.13 | 0.08 |
HSL | 150.49º | 0.59% | 0.8% | - |
HSV(B) | 150.49º | 0.26% | 0.92% | - |
XYZ | 57.56 | 72.09 | 68.01 | - |
YUV | 212.34 | 123.29 | 99.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 234 | 204 | 0.26 | 0 | 0.13 | 0.08 | 150.49 | 0.59 | 0.8 |
Hex | AD | EA | CC | 1A | 0 | D | 8 | 96 | 3B | 50 |
Octal | 255 | 352 | 314 | 32 | 0 | 15 | 10 | 226 | 73 | 120 |
Binary | 10101101 | 11101010 | 11001100 | 11010 | 0 | 1101 | 1000 | 10010110 | 111011 | 1010000 |
Color Harmonies of #ADEACC
Complementary color
Monochromatic Colors of #ADEACC
Black with #ADEACC
Text Example
Text Example
White with #ADEACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEACC; }
p { color: rgb(173,234,204); }
H1.HeaderClassName
{
color: #ADEACC;
}
.AnyTagClassName
{
color: #ADEACC;
}
</style>
background-color css
<style>
a { background-color: #ADEACC; }
a { background-color: rgb(173,234,204); }
div.DivClassName
{
background-color: #ADEACC;
}
.BgClassName
{
background-color: #ADEACC;
}
</style>
border-color css
<style>
span { border-color: #ADEACC; }
span { border-color: rgb(173,234,204); }
td.TdClassName
{
border-color: #ADEACC;
}
.TagClassName
{
border-color: #ADEACC;
}
</style>