Shades of Magic Mint #A5FFCB
Tints of Magic Mint #A5FFCB
RGB
CMYK
RGB Variations
Color information
#A5FFCB (or 0xA5FFCB) is known color: Magic Mint. HEX triplet: A5, FF and CB. RGB value is (165,255,203). Sum of RGB (Red+Green+Blue) = 165+255+203=623 (82% of max value = 765). Red value is 165 (64.84% from 255 or 26.48% from 623); Green value is 255 (100% from 255 or 40.93% from 623); Blue value is 203 (79.69% from 255 or 32.58% from 623); Max value from RGB is 255 - color contains mainly: green. Hex color #A5FFCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5FFCB is #5A0034. Grayscale: #DEDEDE. Windows color (decimal): -5898293 or 13369253. OLE color: 13369253.
HSL color Cylindrical-coordinate representation of color #A5FFCB: hue angle of 145.33º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A5FFCB is Cyan = 0.35, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 165 | 255 | 203 | - |
| CMYK | 0.35 | 0 | 0.20 | 0 |
| HSL | 145.33º | 1% | 0.82% | - |
| HSV(B) | 145.33º | 0.35% | 1% | - |
| XYZ | 62.06 | 83.83 | 69.41 | - |
| YUV | 222.16 | 117.18 | 87.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 255 | 203 | 0.35 | 0 | 0.20 | 0 | 145.33 | 1 | 0.82 |
| Hex | A5 | FF | CB | 23 | 0 | 14 | 0 | 91 | 64 | 52 |
| Octal | 245 | 377 | 313 | 43 | 0 | 24 | 0 | 221 | 144 | 122 |
| Binary | 10100101 | 11111111 | 11001011 | 100011 | 0 | 10100 | 0 | 10010001 | 1100100 | 1010010 |
Color Harmonies of #A5FFCB
Complementary color
Monochromatic Colors of #A5FFCB
Black with #A5FFCB
Text Example
Text Example
White with #A5FFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5FFCB; }
p { color: rgb(165,255,203); }
H1.HeaderClassName
{
color: #A5FFCB;
}
.AnyTagClassName
{
color: #A5FFCB;
}
</style>
background-color css
<style>
a { background-color: #A5FFCB; }
a { background-color: rgb(165,255,203); }
div.DivClassName
{
background-color: #A5FFCB;
}
.BgClassName
{
background-color: #A5FFCB;
}
</style>
border-color css
<style>
span { border-color: #A5FFCB; }
span { border-color: rgb(165,255,203); }
td.TdClassName
{
border-color: #A5FFCB;
}
.TagClassName
{
border-color: #A5FFCB;
}
</style>