Shades of Magic Mint #A5FBC1
Tints of Magic Mint #A5FBC1
RGB
CMYK
RGB Variations
Color information
#A5FBC1 (or 0xA5FBC1) is known color: Magic Mint. HEX triplet: A5, FB and C1. RGB value is (165,251,193). Sum of RGB (Red+Green+Blue) = 165+251+193=609 (80% of max value = 765). Red value is 165 (64.84% from 255 or 27.09% from 609); Green value is 251 (98.44% from 255 or 41.22% from 609); Blue value is 193 (75.78% from 255 or 31.69% from 609); Max value from RGB is 251 - color contains mainly: green. Hex color #A5FBC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5FBC1 is #5A043E. Grayscale: #DADADA. Windows color (decimal): -5899327 or 12712869. OLE color: 12712869.
HSL color Cylindrical-coordinate representation of color #A5FBC1: hue angle of 139.53º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A5FBC1 is Cyan = 0.34, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 165 | 251 | 193 | - |
| CMYK | 0.34 | 0 | 0.23 | 0.02 |
| HSL | 139.53º | 0.91% | 0.82% | - |
| HSV(B) | 139.53º | 0.34% | 0.98% | - |
| XYZ | 59.64 | 80.84 | 62.91 | - |
| YUV | 218.67 | 113.51 | 89.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 251 | 193 | 0.34 | 0 | 0.23 | 0.02 | 139.53 | 0.91 | 0.82 |
| Hex | A5 | FB | C1 | 22 | 0 | 17 | 2 | 8C | 5B | 52 |
| Octal | 245 | 373 | 301 | 42 | 0 | 27 | 2 | 214 | 133 | 122 |
| Binary | 10100101 | 11111011 | 11000001 | 100010 | 0 | 10111 | 10 | 10001100 | 1011011 | 1010010 |
Color Harmonies of #A5FBC1
Complementary color
Monochromatic Colors of #A5FBC1
Black with #A5FBC1
Text Example
Text Example
White with #A5FBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5FBC1; }
p { color: rgb(165,251,193); }
H1.HeaderClassName
{
color: #A5FBC1;
}
.AnyTagClassName
{
color: #A5FBC1;
}
</style>
background-color css
<style>
a { background-color: #A5FBC1; }
a { background-color: rgb(165,251,193); }
div.DivClassName
{
background-color: #A5FBC1;
}
.BgClassName
{
background-color: #A5FBC1;
}
</style>
border-color css
<style>
span { border-color: #A5FBC1; }
span { border-color: rgb(165,251,193); }
td.TdClassName
{
border-color: #A5FBC1;
}
.TagClassName
{
border-color: #A5FBC1;
}
</style>