Shades of Magic Mint #B5FFDA
Tints of Magic Mint #B5FFDA
RGB
CMYK
RGB Variations
Color information
#B5FFDA (or 0xB5FFDA) is known color: Magic Mint. HEX triplet: B5, FF and DA. RGB value is (181,255,218). Sum of RGB (Red+Green+Blue) = 181+255+218=654 (86% of max value = 765). Red value is 181 (71.09% from 255 or 27.68% from 654); Green value is 255 (100% from 255 or 38.99% from 654); Blue value is 218 (85.55% from 255 or 33.33% from 654); Max value from RGB is 255 - color contains mainly: green. Hex color #B5FFDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5FFDA is #4A0025. Grayscale: #E4E4E4. Windows color (decimal): -4849702 or 14352309. OLE color: 14352309.
HSL color Cylindrical-coordinate representation of color #B5FFDA: hue angle of 150º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B5FFDA is Cyan = 0.29, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
RGB | 181 | 255 | 218 | - |
CMYK | 0.29 | 0 | 0.15 | 0 |
HSL | 150º | 1% | 0.85% | - |
HSV(B) | 150º | 0.29% | 1% | - |
XYZ | 67.47 | 86.41 | 79.45 | - |
YUV | 228.66 | 121.98 | 94.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 255 | 218 | 0.29 | 0 | 0.15 | 0 | 150 | 1 | 0.85 |
Hex | B5 | FF | DA | 1D | 0 | F | 0 | 96 | 64 | 55 |
Octal | 265 | 377 | 332 | 35 | 0 | 17 | 0 | 226 | 144 | 125 |
Binary | 10110101 | 11111111 | 11011010 | 11101 | 0 | 1111 | 0 | 10010110 | 1100100 | 1010101 |
Color Harmonies of #B5FFDA
Complementary color
Monochromatic Colors of #B5FFDA
Black with #B5FFDA
Text Example
Text Example
White with #B5FFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5FFDA; }
p { color: rgb(181,255,218); }
H1.HeaderClassName
{
color: #B5FFDA;
}
.AnyTagClassName
{
color: #B5FFDA;
}
</style>
background-color css
<style>
a { background-color: #B5FFDA; }
a { background-color: rgb(181,255,218); }
div.DivClassName
{
background-color: #B5FFDA;
}
.BgClassName
{
background-color: #B5FFDA;
}
</style>
border-color css
<style>
span { border-color: #B5FFDA; }
span { border-color: rgb(181,255,218); }
td.TdClassName
{
border-color: #B5FFDA;
}
.TagClassName
{
border-color: #B5FFDA;
}
</style>