Shades of Magic Mint #ADFBD2
Tints of Magic Mint #ADFBD2
RGB
CMYK
RGB Variations
Color information
#ADFBD2 (or 0xADFBD2) is known color: Magic Mint. HEX triplet: AD, FB and D2. RGB value is (173,251,210). Sum of RGB (Red+Green+Blue) = 173+251+210=634 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.29% from 634); Green value is 251 (98.44% from 255 or 39.59% from 634); Blue value is 210 (82.42% from 255 or 33.12% from 634); Max value from RGB is 251 - color contains mainly: green. Hex color #ADFBD2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFBD2 is #52042D. Grayscale: #DFDFDF. Windows color (decimal): -5375022 or 13826989. OLE color: 13826989.
HSL color Cylindrical-coordinate representation of color #ADFBD2: hue angle of 148.46º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADFBD2 is Cyan = 0.31, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 251 | 210 | - |
| CMYK | 0.31 | 0 | 0.16 | 0.02 |
| HSL | 148.46º | 0.91% | 0.83% | - |
| HSV(B) | 148.46º | 0.31% | 0.98% | - |
| XYZ | 63.36 | 82.53 | 73.56 | - |
| YUV | 223 | 120.66 | 92.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 251 | 210 | 0.31 | 0 | 0.16 | 0.02 | 148.46 | 0.91 | 0.83 |
| Hex | AD | FB | D2 | 1F | 0 | 10 | 2 | 94 | 5B | 53 |
| Octal | 255 | 373 | 322 | 37 | 0 | 20 | 2 | 224 | 133 | 123 |
| Binary | 10101101 | 11111011 | 11010010 | 11111 | 0 | 10000 | 10 | 10010100 | 1011011 | 1010011 |
Color Harmonies of #ADFBD2
Complementary color
Monochromatic Colors of #ADFBD2
Black with #ADFBD2
Text Example
Text Example
White with #ADFBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFBD2; }
p { color: rgb(173,251,210); }
H1.HeaderClassName
{
color: #ADFBD2;
}
.AnyTagClassName
{
color: #ADFBD2;
}
</style>
background-color css
<style>
a { background-color: #ADFBD2; }
a { background-color: rgb(173,251,210); }
div.DivClassName
{
background-color: #ADFBD2;
}
.BgClassName
{
background-color: #ADFBD2;
}
</style>
border-color css
<style>
span { border-color: #ADFBD2; }
span { border-color: rgb(173,251,210); }
td.TdClassName
{
border-color: #ADFBD2;
}
.TagClassName
{
border-color: #ADFBD2;
}
</style>