Shades of Magic Mint #ADEDCD
Tints of Magic Mint #ADEDCD
RGB
CMYK
RGB Variations
Color information
#ADEDCD (or 0xADEDCD) is known color: Magic Mint. HEX triplet: AD, ED and CD. RGB value is (173,237,205). Sum of RGB (Red+Green+Blue) = 173+237+205=615 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.13% from 615); Green value is 237 (92.97% from 255 or 38.54% from 615); Blue value is 205 (80.47% from 255 or 33.33% from 615); Max value from RGB is 237 - color contains mainly: green. Hex color #ADEDCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADEDCD is #521232. Grayscale: #D6D6D6. Windows color (decimal): -5378611 or 13495725. OLE color: 13495725.
HSL color Cylindrical-coordinate representation of color #ADEDCD: hue angle of 150º degrees, saturation: 0.64, 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 #ADEDCD is Cyan = 0.27, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
RGB | 173 | 237 | 205 | - |
CMYK | 0.27 | 0 | 0.14 | 0.07 |
HSL | 150º | 0.64% | 0.8% | - |
HSV(B) | 150º | 0.27% | 0.93% | - |
XYZ | 58.54 | 73.86 | 68.93 | - |
YUV | 214.22 | 122.8 | 98.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 237 | 205 | 0.27 | 0 | 0.14 | 0.07 | 150 | 0.64 | 0.8 |
Hex | AD | ED | CD | 1B | 0 | E | 7 | 96 | 40 | 50 |
Octal | 255 | 355 | 315 | 33 | 0 | 16 | 7 | 226 | 100 | 120 |
Binary | 10101101 | 11101101 | 11001101 | 11011 | 0 | 1110 | 111 | 10010110 | 1000000 | 1010000 |
Color Harmonies of #ADEDCD
Complementary color
Monochromatic Colors of #ADEDCD
Black with #ADEDCD
Text Example
Text Example
White with #ADEDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEDCD; }
p { color: rgb(173,237,205); }
H1.HeaderClassName
{
color: #ADEDCD;
}
.AnyTagClassName
{
color: #ADEDCD;
}
</style>
background-color css
<style>
a { background-color: #ADEDCD; }
a { background-color: rgb(173,237,205); }
div.DivClassName
{
background-color: #ADEDCD;
}
.BgClassName
{
background-color: #ADEDCD;
}
</style>
border-color css
<style>
span { border-color: #ADEDCD; }
span { border-color: rgb(173,237,205); }
td.TdClassName
{
border-color: #ADEDCD;
}
.TagClassName
{
border-color: #ADEDCD;
}
</style>