Shades of Magic Mint #ADFDD5
Tints of Magic Mint #ADFDD5
RGB
CMYK
RGB Variations
Color information
#ADFDD5 (or 0xADFDD5) is known color: Magic Mint. HEX triplet: AD, FD and D5. RGB value is (173,253,213). Sum of RGB (Red+Green+Blue) = 173+253+213=639 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.07% from 639); Green value is 253 (99.22% from 255 or 39.59% from 639); Blue value is 213 (83.59% from 255 or 33.33% from 639); Max value from RGB is 253 - color contains mainly: green. Hex color #ADFDD5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFDD5 is #52022A. Grayscale: #E0E0E0. Windows color (decimal): -5374507 or 14024109. OLE color: 14024109.
HSL color Cylindrical-coordinate representation of color #ADFDD5: hue angle of 150º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADFDD5 is Cyan = 0.32, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
RGB | 173 | 253 | 213 | - |
CMYK | 0.32 | 0 | 0.16 | 0.01 |
HSL | 150º | 0.95% | 0.84% | - |
HSV(B) | 150º | 0.32% | 0.99% | - |
XYZ | 64.37 | 83.94 | 75.76 | - |
YUV | 224.52 | 121.5 | 91.25 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 253 | 213 | 0.32 | 0 | 0.16 | 0.01 | 150 | 0.95 | 0.84 |
Hex | AD | FD | D5 | 20 | 0 | 10 | 1 | 96 | 5F | 54 |
Octal | 255 | 375 | 325 | 40 | 0 | 20 | 1 | 226 | 137 | 124 |
Binary | 10101101 | 11111101 | 11010101 | 100000 | 0 | 10000 | 1 | 10010110 | 1011111 | 1010100 |
Color Harmonies of #ADFDD5
Complementary color
Monochromatic Colors of #ADFDD5
Black with #ADFDD5
Text Example
Text Example
White with #ADFDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFDD5; }
p { color: rgb(173,253,213); }
H1.HeaderClassName
{
color: #ADFDD5;
}
.AnyTagClassName
{
color: #ADFDD5;
}
</style>
background-color css
<style>
a { background-color: #ADFDD5; }
a { background-color: rgb(173,253,213); }
div.DivClassName
{
background-color: #ADFDD5;
}
.BgClassName
{
background-color: #ADFDD5;
}
</style>
border-color css
<style>
span { border-color: #ADFDD5; }
span { border-color: rgb(173,253,213); }
td.TdClassName
{
border-color: #ADFDD5;
}
.TagClassName
{
border-color: #ADFDD5;
}
</style>