Shades of Magic Mint #ADEFCE
Tints of Magic Mint #ADEFCE
RGB
CMYK
RGB Variations
Color information
#ADEFCE (or 0xADEFCE) is known color: Magic Mint. HEX triplet: AD, EF and CE. RGB value is (173,239,206). Sum of RGB (Red+Green+Blue) = 173+239+206=618 (81% of max value = 765). Red value is 173 (67.97% from 255 or 27.99% from 618); Green value is 239 (93.75% from 255 or 38.67% from 618); Blue value is 206 (80.86% from 255 or 33.33% from 618); Max value from RGB is 239 - color contains mainly: green. Hex color #ADEFCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADEFCE is #521031. Grayscale: #D7D7D7. Windows color (decimal): -5378098 or 13561773. OLE color: 13561773.
HSL color Cylindrical-coordinate representation of color #ADEFCE: hue angle of 150º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADEFCE is Cyan = 0.28, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
RGB | 173 | 239 | 206 | - |
CMYK | 0.28 | 0 | 0.14 | 0.06 |
HSL | 150º | 0.67% | 0.81% | - |
HSV(B) | 150º | 0.28% | 0.94% | - |
XYZ | 59.24 | 75.07 | 69.76 | - |
YUV | 215.5 | 122.63 | 97.68 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 239 | 206 | 0.28 | 0 | 0.14 | 0.06 | 150 | 0.67 | 0.81 |
Hex | AD | EF | CE | 1C | 0 | E | 6 | 96 | 43 | 51 |
Octal | 255 | 357 | 316 | 34 | 0 | 16 | 6 | 226 | 103 | 121 |
Binary | 10101101 | 11101111 | 11001110 | 11100 | 0 | 1110 | 110 | 10010110 | 1000011 | 1010001 |
Color Harmonies of #ADEFCE
Complementary color
Monochromatic Colors of #ADEFCE
Black with #ADEFCE
Text Example
Text Example
White with #ADEFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEFCE; }
p { color: rgb(173,239,206); }
H1.HeaderClassName
{
color: #ADEFCE;
}
.AnyTagClassName
{
color: #ADEFCE;
}
</style>
background-color css
<style>
a { background-color: #ADEFCE; }
a { background-color: rgb(173,239,206); }
div.DivClassName
{
background-color: #ADEFCE;
}
.BgClassName
{
background-color: #ADEFCE;
}
</style>
border-color css
<style>
span { border-color: #ADEFCE; }
span { border-color: rgb(173,239,206); }
td.TdClassName
{
border-color: #ADEFCE;
}
.TagClassName
{
border-color: #ADEFCE;
}
</style>