Shades of Magic Mint #A5FBCA
Tints of Magic Mint #A5FBCA
RGB
CMYK
RGB Variations
Color information
#A5FBCA (or 0xA5FBCA) is known color: Magic Mint. HEX triplet: A5, FB and CA. RGB value is (165,251,202). Sum of RGB (Red+Green+Blue) = 165+251+202=618 (81% of max value = 765). Red value is 165 (64.84% from 255 or 26.70% from 618); Green value is 251 (98.44% from 255 or 40.61% from 618); Blue value is 202 (79.30% from 255 or 32.69% from 618); Max value from RGB is 251 - color contains mainly: green. Hex color #A5FBCA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5FBCA is #5A0435. Grayscale: #DBDBDB. Windows color (decimal): -5899318 or 13302693. OLE color: 13302693.
HSL color Cylindrical-coordinate representation of color #A5FBCA: hue angle of 145.81º 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 #A5FBCA is Cyan = 0.34, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 165 | 251 | 202 | - |
| CMYK | 0.34 | 0 | 0.20 | 0.02 |
| HSL | 145.81º | 0.91% | 0.82% | - |
| HSV(B) | 145.81º | 0.34% | 0.98% | - |
| XYZ | 60.67 | 81.26 | 68.36 | - |
| YUV | 219.7 | 118.01 | 88.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 251 | 202 | 0.34 | 0 | 0.20 | 0.02 | 145.81 | 0.91 | 0.82 |
| Hex | A5 | FB | CA | 22 | 0 | 14 | 2 | 92 | 5B | 52 |
| Octal | 245 | 373 | 312 | 42 | 0 | 24 | 2 | 222 | 133 | 122 |
| Binary | 10100101 | 11111011 | 11001010 | 100010 | 0 | 10100 | 10 | 10010010 | 1011011 | 1010010 |
Color Harmonies of #A5FBCA
Complementary color
Monochromatic Colors of #A5FBCA
Black with #A5FBCA
Text Example
Text Example
White with #A5FBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5FBCA; }
p { color: rgb(165,251,202); }
H1.HeaderClassName
{
color: #A5FBCA;
}
.AnyTagClassName
{
color: #A5FBCA;
}
</style>
background-color css
<style>
a { background-color: #A5FBCA; }
a { background-color: rgb(165,251,202); }
div.DivClassName
{
background-color: #A5FBCA;
}
.BgClassName
{
background-color: #A5FBCA;
}
</style>
border-color css
<style>
span { border-color: #A5FBCA; }
span { border-color: rgb(165,251,202); }
td.TdClassName
{
border-color: #A5FBCA;
}
.TagClassName
{
border-color: #A5FBCA;
}
</style>