Shades of Magic Mint #A7F5CB
Tints of Magic Mint #A7F5CB
RGB
CMYK
RGB Variations
Color information
#A7F5CB (or 0xA7F5CB) is known color: Magic Mint. HEX triplet: A7, F5 and CB. RGB value is (167,245,203). Sum of RGB (Red+Green+Blue) = 167+245+203=615 (81% of max value = 765). Red value is 167 (65.62% from 255 or 27.15% from 615); Green value is 245 (96.09% from 255 or 39.84% from 615); Blue value is 203 (79.69% from 255 or 33.01% from 615); Max value from RGB is 245 - color contains mainly: green. Hex color #A7F5CB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A7F5CB is #580A34. Grayscale: #D8D8D8. Windows color (decimal): -5769781 or 13366695. OLE color: 13366695.
HSL color Cylindrical-coordinate representation of color #A7F5CB: hue angle of 147.69º degrees, saturation: 0.8, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A7F5CB is Cyan = 0.32, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 167 | 245 | 203 | - |
| CMYK | 0.32 | 0 | 0.17 | 0.04 |
| HSL | 147.69º | 0.8% | 0.81% | - |
| HSV(B) | 147.69º | 0.32% | 0.96% | - |
| XYZ | 59.37 | 77.83 | 68.39 | - |
| YUV | 216.89 | 120.16 | 92.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 245 | 203 | 0.32 | 0 | 0.17 | 0.04 | 147.69 | 0.8 | 0.81 |
| Hex | A7 | F5 | CB | 20 | 0 | 11 | 4 | 94 | 50 | 51 |
| Octal | 247 | 365 | 313 | 40 | 0 | 21 | 4 | 224 | 120 | 121 |
| Binary | 10100111 | 11110101 | 11001011 | 100000 | 0 | 10001 | 100 | 10010100 | 1010000 | 1010001 |
Color Harmonies of #A7F5CB
Complementary color
Monochromatic Colors of #A7F5CB
Black with #A7F5CB
Text Example
Text Example
White with #A7F5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7F5CB; }
p { color: rgb(167,245,203); }
H1.HeaderClassName
{
color: #A7F5CB;
}
.AnyTagClassName
{
color: #A7F5CB;
}
</style>
background-color css
<style>
a { background-color: #A7F5CB; }
a { background-color: rgb(167,245,203); }
div.DivClassName
{
background-color: #A7F5CB;
}
.BgClassName
{
background-color: #A7F5CB;
}
</style>
border-color css
<style>
span { border-color: #A7F5CB; }
span { border-color: rgb(167,245,203); }
td.TdClassName
{
border-color: #A7F5CB;
}
.TagClassName
{
border-color: #A7F5CB;
}
</style>