Shades of Magic Mint #ADEFC4
Tints of Magic Mint #ADEFC4
RGB
CMYK
RGB Variations
Color information
#ADEFC4 (or 0xADEFC4) is known color: Magic Mint. HEX triplet: AD, EF and C4. RGB value is (173,239,196). Sum of RGB (Red+Green+Blue) = 173+239+196=608 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.45% from 608); Green value is 239 (93.75% from 255 or 39.31% from 608); Blue value is 196 (76.95% from 255 or 32.24% from 608); Max value from RGB is 239 - color contains mainly: green. Hex color #ADEFC4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADEFC4 is #52103B. Grayscale: #D6D6D6. Windows color (decimal): -5378108 or 12906413. OLE color: 12906413.
HSL color Cylindrical-coordinate representation of color #ADEFC4: hue angle of 140.91º 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 #ADEFC4 is Cyan = 0.28, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
RGB | 173 | 239 | 196 | - |
CMYK | 0.28 | 0 | 0.18 | 0.06 |
HSL | 140.91º | 0.67% | 0.81% | - |
HSV(B) | 140.91º | 0.28% | 0.94% | - |
XYZ | 58.06 | 74.6 | 63.56 | - |
YUV | 214.36 | 117.63 | 98.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 239 | 196 | 0.28 | 0 | 0.18 | 0.06 | 140.91 | 0.67 | 0.81 |
Hex | AD | EF | C4 | 1C | 0 | 12 | 6 | 8D | 43 | 51 |
Octal | 255 | 357 | 304 | 34 | 0 | 22 | 6 | 215 | 103 | 121 |
Binary | 10101101 | 11101111 | 11000100 | 11100 | 0 | 10010 | 110 | 10001101 | 1000011 | 1010001 |
Color Harmonies of #ADEFC4
Complementary color
Monochromatic Colors of #ADEFC4
Black with #ADEFC4
Text Example
Text Example
White with #ADEFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEFC4; }
p { color: rgb(173,239,196); }
H1.HeaderClassName
{
color: #ADEFC4;
}
.AnyTagClassName
{
color: #ADEFC4;
}
</style>
background-color css
<style>
a { background-color: #ADEFC4; }
a { background-color: rgb(173,239,196); }
div.DivClassName
{
background-color: #ADEFC4;
}
.BgClassName
{
background-color: #ADEFC4;
}
</style>
border-color css
<style>
span { border-color: #ADEFC4; }
span { border-color: rgb(173,239,196); }
td.TdClassName
{
border-color: #ADEFC4;
}
.TagClassName
{
border-color: #ADEFC4;
}
</style>