Shades of Magic Mint #9BFFD4
Tints of Magic Mint #9BFFD4
RGB
CMYK
RGB Variations
Color information
#9BFFD4 (or 0x9BFFD4) is known color: Magic Mint. HEX triplet: 9B, FF and D4. RGB value is (155,255,212). Sum of RGB (Red+Green+Blue) = 155+255+212=622 (82% of max value = 765). Red value is 155 (60.94% from 255 or 24.92% from 622); Green value is 255 (100% from 255 or 41.00% from 622); Blue value is 212 (83.20% from 255 or 34.08% from 622); Max value from RGB is 255 - color contains mainly: green. Hex color #9BFFD4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BFFD4 is #64002B. Grayscale: #DCDCDC. Windows color (decimal): -6553644 or 13959067. OLE color: 13959067.
HSL color Cylindrical-coordinate representation of color #9BFFD4: hue angle of 154.2º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9BFFD4 is Cyan = 0.39, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 155 | 255 | 212 | - |
| CMYK | 0.39 | 0 | 0.17 | 0 |
| HSL | 154.2º | 1% | 0.8% | - |
| HSV(B) | 154.2º | 0.39% | 1% | - |
| XYZ | 61.16 | 83.24 | 75.13 | - |
| YUV | 220.2 | 123.37 | 81.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 255 | 212 | 0.39 | 0 | 0.17 | 0 | 154.2 | 1 | 0.8 |
| Hex | 9B | FF | D4 | 27 | 0 | 11 | 0 | 9A | 64 | 50 |
| Octal | 233 | 377 | 324 | 47 | 0 | 21 | 0 | 232 | 144 | 120 |
| Binary | 10011011 | 11111111 | 11010100 | 100111 | 0 | 10001 | 0 | 10011010 | 1100100 | 1010000 |
Color Harmonies of #9BFFD4
Complementary color
Monochromatic Colors of #9BFFD4
Black with #9BFFD4
Text Example
Text Example
White with #9BFFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFFD4; }
p { color: rgb(155,255,212); }
H1.HeaderClassName
{
color: #9BFFD4;
}
.AnyTagClassName
{
color: #9BFFD4;
}
</style>
background-color css
<style>
a { background-color: #9BFFD4; }
a { background-color: rgb(155,255,212); }
div.DivClassName
{
background-color: #9BFFD4;
}
.BgClassName
{
background-color: #9BFFD4;
}
</style>
border-color css
<style>
span { border-color: #9BFFD4; }
span { border-color: rgb(155,255,212); }
td.TdClassName
{
border-color: #9BFFD4;
}
.TagClassName
{
border-color: #9BFFD4;
}
</style>