Shades of Magic Mint #99FFCB
Tints of Magic Mint #99FFCB
RGB
CMYK
RGB Variations
Color information
#99FFCB (or 0x99FFCB) is known color: Magic Mint. HEX triplet: 99, FF and CB. RGB value is (153,255,203). Sum of RGB (Red+Green+Blue) = 153+255+203=611 (80% of max value = 765). Red value is 153 (60.16% from 255 or 25.04% from 611); Green value is 255 (100% from 255 or 41.73% from 611); Blue value is 203 (79.69% from 255 or 33.22% from 611); Max value from RGB is 255 - color contains mainly: green. Hex color #99FFCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99FFCB is #660034. Grayscale: #DADADA. Windows color (decimal): -6684725 or 13369241. OLE color: 13369241.
HSL color Cylindrical-coordinate representation of color #99FFCB: hue angle of 149.41º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #99FFCB is Cyan = 0.4, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 153 | 255 | 203 | - |
| CMYK | 0.4 | 0 | 0.20 | 0 |
| HSL | 149.41º | 1% | 0.8% | - |
| HSV(B) | 149.41º | 0.4% | 1% | - |
| XYZ | 59.68 | 82.6 | 69.3 | - |
| YUV | 218.57 | 119.21 | 81.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 255 | 203 | 0.4 | 0 | 0.20 | 0 | 149.41 | 1 | 0.8 |
| Hex | 99 | FF | CB | 28 | 0 | 14 | 0 | 95 | 64 | 50 |
| Octal | 231 | 377 | 313 | 50 | 0 | 24 | 0 | 225 | 144 | 120 |
| Binary | 10011001 | 11111111 | 11001011 | 101000 | 0 | 10100 | 0 | 10010101 | 1100100 | 1010000 |
Color Harmonies of #99FFCB
Complementary color
Monochromatic Colors of #99FFCB
Black with #99FFCB
Text Example
Text Example
White with #99FFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99FFCB; }
p { color: rgb(153,255,203); }
H1.HeaderClassName
{
color: #99FFCB;
}
.AnyTagClassName
{
color: #99FFCB;
}
</style>
background-color css
<style>
a { background-color: #99FFCB; }
a { background-color: rgb(153,255,203); }
div.DivClassName
{
background-color: #99FFCB;
}
.BgClassName
{
background-color: #99FFCB;
}
</style>
border-color css
<style>
span { border-color: #99FFCB; }
span { border-color: rgb(153,255,203); }
td.TdClassName
{
border-color: #99FFCB;
}
.TagClassName
{
border-color: #99FFCB;
}
</style>