Shades of Magic Mint #A5F1CB
Tints of Magic Mint #A5F1CB
RGB
CMYK
RGB Variations
Color information
#A5F1CB (or 0xA5F1CB) is known color: Magic Mint. HEX triplet: A5, F1 and CB. RGB value is (165,241,203). Sum of RGB (Red+Green+Blue) = 165+241+203=609 (80% of max value = 765). Red value is 165 (64.84% from 255 or 27.09% from 609); Green value is 241 (94.53% from 255 or 39.57% from 609); Blue value is 203 (79.69% from 255 or 33.33% from 609); Max value from RGB is 241 - color contains mainly: green. Hex color #A5F1CB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5F1CB is #5A0E34. Grayscale: #D6D6D6. Windows color (decimal): -5901877 or 13365669. OLE color: 13365669.
HSL color Cylindrical-coordinate representation of color #A5F1CB: hue angle of 150º degrees, saturation: 0.73, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A5F1CB is Cyan = 0.32, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 165 | 241 | 203 | - |
| CMYK | 0.32 | 0 | 0.16 | 0.05 |
| HSL | 150º | 0.73% | 0.8% | - |
| HSV(B) | 150º | 0.32% | 0.95% | - |
| XYZ | 57.75 | 75.22 | 67.98 | - |
| YUV | 213.94 | 121.82 | 93.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 241 | 203 | 0.32 | 0 | 0.16 | 0.05 | 150 | 0.73 | 0.8 |
| Hex | A5 | F1 | CB | 20 | 0 | 10 | 5 | 96 | 49 | 50 |
| Octal | 245 | 361 | 313 | 40 | 0 | 20 | 5 | 226 | 111 | 120 |
| Binary | 10100101 | 11110001 | 11001011 | 100000 | 0 | 10000 | 101 | 10010110 | 1001001 | 1010000 |
Color Harmonies of #A5F1CB
Complementary color
Monochromatic Colors of #A5F1CB
Black with #A5F1CB
Text Example
Text Example
White with #A5F1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5F1CB; }
p { color: rgb(165,241,203); }
H1.HeaderClassName
{
color: #A5F1CB;
}
.AnyTagClassName
{
color: #A5F1CB;
}
</style>
background-color css
<style>
a { background-color: #A5F1CB; }
a { background-color: rgb(165,241,203); }
div.DivClassName
{
background-color: #A5F1CB;
}
.BgClassName
{
background-color: #A5F1CB;
}
</style>
border-color css
<style>
span { border-color: #A5F1CB; }
span { border-color: rgb(165,241,203); }
td.TdClassName
{
border-color: #A5F1CB;
}
.TagClassName
{
border-color: #A5F1CB;
}
</style>