Shades of Magic Mint #9BFFCD
Tints of Magic Mint #9BFFCD
RGB
CMYK
RGB Variations
Color information
#9BFFCD (or 0x9BFFCD) is known color: Magic Mint. HEX triplet: 9B, FF and CD. RGB value is (155,255,205). Sum of RGB (Red+Green+Blue) = 155+255+205=615 (81% of max value = 765). Red value is 155 (60.94% from 255 or 25.20% from 615); Green value is 255 (100% from 255 or 41.46% from 615); Blue value is 205 (80.47% from 255 or 33.33% from 615); Max value from RGB is 255 - color contains mainly: green. Hex color #9BFFCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BFFCD is #640032. Grayscale: #DBDBDB. Windows color (decimal): -6553651 or 13500315. OLE color: 13500315.
HSL color Cylindrical-coordinate representation of color #9BFFCD: hue angle of 150º 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 #9BFFCD is Cyan = 0.39, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
RGB | 155 | 255 | 205 | - |
CMYK | 0.39 | 0 | 0.20 | 0 |
HSL | 150º | 1% | 0.8% | - |
HSV(B) | 150º | 0.39% | 1% | - |
XYZ | 60.3 | 82.9 | 70.58 | - |
YUV | 219.4 | 119.87 | 82.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 155 | 255 | 205 | 0.39 | 0 | 0.20 | 0 | 150 | 1 | 0.8 |
Hex | 9B | FF | CD | 27 | 0 | 14 | 0 | 96 | 64 | 50 |
Octal | 233 | 377 | 315 | 47 | 0 | 24 | 0 | 226 | 144 | 120 |
Binary | 10011011 | 11111111 | 11001101 | 100111 | 0 | 10100 | 0 | 10010110 | 1100100 | 1010000 |
Color Harmonies of #9BFFCD
Complementary color
Monochromatic Colors of #9BFFCD
Black with #9BFFCD
Text Example
Text Example
White with #9BFFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFFCD; }
p { color: rgb(155,255,205); }
H1.HeaderClassName
{
color: #9BFFCD;
}
.AnyTagClassName
{
color: #9BFFCD;
}
</style>
background-color css
<style>
a { background-color: #9BFFCD; }
a { background-color: rgb(155,255,205); }
div.DivClassName
{
background-color: #9BFFCD;
}
.BgClassName
{
background-color: #9BFFCD;
}
</style>
border-color css
<style>
span { border-color: #9BFFCD; }
span { border-color: rgb(155,255,205); }
td.TdClassName
{
border-color: #9BFFCD;
}
.TagClassName
{
border-color: #9BFFCD;
}
</style>