Shades of Magic Mint #ADFBCA
Tints of Magic Mint #ADFBCA
RGB
CMYK
RGB Variations
Color information
#ADFBCA (or 0xADFBCA) is known color: Magic Mint. HEX triplet: AD, FB and CA. RGB value is (173,251,202). Sum of RGB (Red+Green+Blue) = 173+251+202=626 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.64% from 626); Green value is 251 (98.44% from 255 or 40.10% from 626); Blue value is 202 (79.30% from 255 or 32.27% from 626); Max value from RGB is 251 - color contains mainly: green. Hex color #ADFBCA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFBCA is #520435. Grayscale: #DEDEDE. Windows color (decimal): -5375030 or 13302701. OLE color: 13302701.
HSL color Cylindrical-coordinate representation of color #ADFBCA: hue angle of 142.31º 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 #ADFBCA is Cyan = 0.31, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
RGB | 173 | 251 | 202 | - |
CMYK | 0.31 | 0 | 0.20 | 0.02 |
HSL | 142.31º | 0.91% | 0.83% | - |
HSV(B) | 142.31º | 0.31% | 0.98% | - |
XYZ | 62.39 | 82.14 | 68.44 | - |
YUV | 222.09 | 116.66 | 92.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 251 | 202 | 0.31 | 0 | 0.20 | 0.02 | 142.31 | 0.91 | 0.83 |
Hex | AD | FB | CA | 1F | 0 | 14 | 2 | 8E | 5B | 53 |
Octal | 255 | 373 | 312 | 37 | 0 | 24 | 2 | 216 | 133 | 123 |
Binary | 10101101 | 11111011 | 11001010 | 11111 | 0 | 10100 | 10 | 10001110 | 1011011 | 1010011 |
Color Harmonies of #ADFBCA
Complementary color
Monochromatic Colors of #ADFBCA
Black with #ADFBCA
Text Example
Text Example
White with #ADFBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFBCA; }
p { color: rgb(173,251,202); }
H1.HeaderClassName
{
color: #ADFBCA;
}
.AnyTagClassName
{
color: #ADFBCA;
}
</style>
background-color css
<style>
a { background-color: #ADFBCA; }
a { background-color: rgb(173,251,202); }
div.DivClassName
{
background-color: #ADFBCA;
}
.BgClassName
{
background-color: #ADFBCA;
}
</style>
border-color css
<style>
span { border-color: #ADFBCA; }
span { border-color: rgb(173,251,202); }
td.TdClassName
{
border-color: #ADFBCA;
}
.TagClassName
{
border-color: #ADFBCA;
}
</style>