Shades of Magic Mint #A3F1CC
Tints of Magic Mint #A3F1CC
RGB
CMYK
RGB Variations
Color information
#A3F1CC (or 0xA3F1CC) is known color: Magic Mint. HEX triplet: A3, F1 and CC. RGB value is (163,241,204). Sum of RGB (Red+Green+Blue) = 163+241+204=608 (80% of max value = 765). Red value is 163 (64.06% from 255 or 26.81% from 608); Green value is 241 (94.53% from 255 or 39.64% from 608); Blue value is 204 (80.08% from 255 or 33.55% from 608); Max value from RGB is 241 - color contains mainly: green. Hex color #A3F1CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3F1CC is #5C0E33. Grayscale: #D5D5D5. Windows color (decimal): -6032948 or 13431203. OLE color: 13431203.
HSL color Cylindrical-coordinate representation of color #A3F1CC: hue angle of 151.54º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A3F1CC is Cyan = 0.32, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 163 | 241 | 204 | - |
| CMYK | 0.32 | 0 | 0.15 | 0.05 |
| HSL | 151.54º | 0.74% | 0.79% | - |
| HSV(B) | 151.54º | 0.32% | 0.95% | - |
| XYZ | 57.46 | 75.06 | 68.59 | - |
| YUV | 213.46 | 122.66 | 92.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 241 | 204 | 0.32 | 0 | 0.15 | 0.05 | 151.54 | 0.74 | 0.79 |
| Hex | A3 | F1 | CC | 20 | 0 | F | 5 | 98 | 4A | 4F |
| Octal | 243 | 361 | 314 | 40 | 0 | 17 | 5 | 230 | 112 | 117 |
| Binary | 10100011 | 11110001 | 11001100 | 100000 | 0 | 1111 | 101 | 10011000 | 1001010 | 1001111 |
Color Harmonies of #A3F1CC
Complementary color
Monochromatic Colors of #A3F1CC
Black with #A3F1CC
Text Example
Text Example
White with #A3F1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3F1CC; }
p { color: rgb(163,241,204); }
H1.HeaderClassName
{
color: #A3F1CC;
}
.AnyTagClassName
{
color: #A3F1CC;
}
</style>
background-color css
<style>
a { background-color: #A3F1CC; }
a { background-color: rgb(163,241,204); }
div.DivClassName
{
background-color: #A3F1CC;
}
.BgClassName
{
background-color: #A3F1CC;
}
</style>
border-color css
<style>
span { border-color: #A3F1CC; }
span { border-color: rgb(163,241,204); }
td.TdClassName
{
border-color: #A3F1CC;
}
.TagClassName
{
border-color: #A3F1CC;
}
</style>