Shades of Magic Mint #9BFDDA
Tints of Magic Mint #9BFDDA
RGB
CMYK
RGB Variations
Color information
#9BFDDA (or 0x9BFDDA) is known color: Magic Mint. HEX triplet: 9B, FD and DA. RGB value is (155,253,218). Sum of RGB (Red+Green+Blue) = 155+253+218=626 (82% of max value = 765). Red value is 155 (60.94% from 255 or 24.76% from 626); Green value is 253 (99.22% from 255 or 40.42% from 626); Blue value is 218 (85.55% from 255 or 34.82% from 626); Max value from RGB is 253 - color contains mainly: green. Hex color #9BFDDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BFDDA is #640225. Grayscale: #DBDBDB. Windows color (decimal): -6554150 or 14351771. OLE color: 14351771.
HSL color Cylindrical-coordinate representation of color #9BFDDA: hue angle of 158.57º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9BFDDA is Cyan = 0.39, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 155 | 253 | 218 | - |
| CMYK | 0.39 | 0 | 0.14 | 0.01 |
| HSL | 158.57º | 0.96% | 0.8% | - |
| HSV(B) | 158.57º | 0.39% | 0.99% | - |
| XYZ | 61.3 | 82.28 | 78.98 | - |
| YUV | 219.71 | 127.03 | 81.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 253 | 218 | 0.39 | 0 | 0.14 | 0.01 | 158.57 | 0.96 | 0.8 |
| Hex | 9B | FD | DA | 27 | 0 | E | 1 | 9F | 60 | 50 |
| Octal | 233 | 375 | 332 | 47 | 0 | 16 | 1 | 237 | 140 | 120 |
| Binary | 10011011 | 11111101 | 11011010 | 100111 | 0 | 1110 | 1 | 10011111 | 1100000 | 1010000 |
Color Harmonies of #9BFDDA
Complementary color
Monochromatic Colors of #9BFDDA
Black with #9BFDDA
Text Example
Text Example
White with #9BFDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFDDA; }
p { color: rgb(155,253,218); }
H1.HeaderClassName
{
color: #9BFDDA;
}
.AnyTagClassName
{
color: #9BFDDA;
}
</style>
background-color css
<style>
a { background-color: #9BFDDA; }
a { background-color: rgb(155,253,218); }
div.DivClassName
{
background-color: #9BFDDA;
}
.BgClassName
{
background-color: #9BFDDA;
}
</style>
border-color css
<style>
span { border-color: #9BFDDA; }
span { border-color: rgb(155,253,218); }
td.TdClassName
{
border-color: #9BFDDA;
}
.TagClassName
{
border-color: #9BFDDA;
}
</style>