Shades of Magic Mint #ADDFC4
Tints of Magic Mint #ADDFC4
RGB
CMYK
RGB Variations
Color information
#ADDFC4 (or 0xADDFC4) is known color: Magic Mint. HEX triplet: AD, DF and C4. RGB value is (173,223,196). Sum of RGB (Red+Green+Blue) = 173+223+196=592 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.22% from 592); Green value is 223 (87.5% from 255 or 37.67% from 592); Blue value is 196 (76.95% from 255 or 33.11% from 592); Max value from RGB is 223 - color contains mainly: green. Hex color #ADDFC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDFC4 is #52203B. Grayscale: #CDCDCD. Windows color (decimal): -5382204 or 12902317. OLE color: 12902317.
HSL color Cylindrical-coordinate representation of color #ADDFC4: hue angle of 147.6º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ADDFC4 is Cyan = 0.22, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 223 | 196 | - |
| CMYK | 0.22 | 0 | 0.12 | 0.13 |
| HSL | 147.6º | 0.44% | 0.78% | - |
| HSV(B) | 147.6º | 0.22% | 0.87% | - |
| XYZ | 53.59 | 65.65 | 62.07 | - |
| YUV | 204.97 | 122.94 | 105.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 223 | 196 | 0.22 | 0 | 0.12 | 0.13 | 147.6 | 0.44 | 0.78 |
| Hex | AD | DF | C4 | 16 | 0 | C | D | 94 | 2C | 4E |
| Octal | 255 | 337 | 304 | 26 | 0 | 14 | 15 | 224 | 54 | 116 |
| Binary | 10101101 | 11011111 | 11000100 | 10110 | 0 | 1100 | 1101 | 10010100 | 101100 | 1001110 |
Color Harmonies of #ADDFC4
Complementary color
Monochromatic Colors of #ADDFC4
Black with #ADDFC4
Text Example
Text Example
White with #ADDFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDFC4; }
p { color: rgb(173,223,196); }
H1.HeaderClassName
{
color: #ADDFC4;
}
.AnyTagClassName
{
color: #ADDFC4;
}
</style>
background-color css
<style>
a { background-color: #ADDFC4; }
a { background-color: rgb(173,223,196); }
div.DivClassName
{
background-color: #ADDFC4;
}
.BgClassName
{
background-color: #ADDFC4;
}
</style>
border-color css
<style>
span { border-color: #ADDFC4; }
span { border-color: rgb(173,223,196); }
td.TdClassName
{
border-color: #ADDFC4;
}
.TagClassName
{
border-color: #ADDFC4;
}
</style>