Shades of Magic Mint #A5FBDB
Tints of Magic Mint #A5FBDB
RGB
CMYK
RGB Variations
Color information
#A5FBDB (or 0xA5FBDB) is known color: Magic Mint. HEX triplet: A5, FB and DB. RGB value is (165,251,219). Sum of RGB (Red+Green+Blue) = 165+251+219=635 (84% of max value = 765). Red value is 165 (64.84% from 255 or 25.98% from 635); Green value is 251 (98.44% from 255 or 39.53% from 635); Blue value is 219 (85.94% from 255 or 34.49% from 635); Max value from RGB is 251 - color contains mainly: green. Hex color #A5FBDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5FBDB is #5A0424. Grayscale: #DDDDDD. Windows color (decimal): -5899301 or 14416805. OLE color: 14416805.
HSL color Cylindrical-coordinate representation of color #A5FBDB: hue angle of 157.67º 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 #A5FBDB is Cyan = 0.34, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 165 | 251 | 219 | - |
| CMYK | 0.34 | 0 | 0.13 | 0.02 |
| HSL | 157.67º | 0.91% | 0.82% | - |
| HSV(B) | 157.67º | 0.34% | 0.98% | - |
| XYZ | 62.8 | 82.11 | 79.56 | - |
| YUV | 221.64 | 126.51 | 87.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 251 | 219 | 0.34 | 0 | 0.13 | 0.02 | 157.67 | 0.91 | 0.82 |
| Hex | A5 | FB | DB | 22 | 0 | D | 2 | 9E | 5B | 52 |
| Octal | 245 | 373 | 333 | 42 | 0 | 15 | 2 | 236 | 133 | 122 |
| Binary | 10100101 | 11111011 | 11011011 | 100010 | 0 | 1101 | 10 | 10011110 | 1011011 | 1010010 |
Color Harmonies of #A5FBDB
Complementary color
Monochromatic Colors of #A5FBDB
Black with #A5FBDB
Text Example
Text Example
White with #A5FBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5FBDB; }
p { color: rgb(165,251,219); }
H1.HeaderClassName
{
color: #A5FBDB;
}
.AnyTagClassName
{
color: #A5FBDB;
}
</style>
background-color css
<style>
a { background-color: #A5FBDB; }
a { background-color: rgb(165,251,219); }
div.DivClassName
{
background-color: #A5FBDB;
}
.BgClassName
{
background-color: #A5FBDB;
}
</style>
border-color css
<style>
span { border-color: #A5FBDB; }
span { border-color: rgb(165,251,219); }
td.TdClassName
{
border-color: #A5FBDB;
}
.TagClassName
{
border-color: #A5FBDB;
}
</style>