Shades of Magic Mint #99FDCB
Tints of Magic Mint #99FDCB
RGB
CMYK
RGB Variations
Color information
#99FDCB (or 0x99FDCB) is known color: Magic Mint. HEX triplet: 99, FD and CB. RGB value is (153,253,203). Sum of RGB (Red+Green+Blue) = 153+253+203=609 (80% of max value = 765). Red value is 153 (60.16% from 255 or 25.12% from 609); Green value is 253 (99.22% from 255 or 41.54% from 609); Blue value is 203 (79.69% from 255 or 33.33% from 609); Max value from RGB is 253 - color contains mainly: green. Hex color #99FDCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99FDCB is #660234. Grayscale: #D9D9D9. Windows color (decimal): -6685237 or 13368729. OLE color: 13368729.
HSL color Cylindrical-coordinate representation of color #99FDCB: hue angle of 150º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #99FDCB is Cyan = 0.40, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 153 | 253 | 203 | - |
| CMYK | 0.40 | 0 | 0.20 | 0.01 |
| HSL | 150º | 0.96% | 0.8% | - |
| HSV(B) | 150º | 0.4% | 0.99% | - |
| XYZ | 59.04 | 81.33 | 69.09 | - |
| YUV | 217.4 | 119.87 | 82.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 253 | 203 | 0.40 | 0 | 0.20 | 0.01 | 150 | 0.96 | 0.8 |
| Hex | 99 | FD | CB | 28 | 0 | 14 | 1 | 96 | 60 | 50 |
| Octal | 231 | 375 | 313 | 50 | 0 | 24 | 1 | 226 | 140 | 120 |
| Binary | 10011001 | 11111101 | 11001011 | 101000 | 0 | 10100 | 1 | 10010110 | 1100000 | 1010000 |
Color Harmonies of #99FDCB
Complementary color
Monochromatic Colors of #99FDCB
Black with #99FDCB
Text Example
Text Example
White with #99FDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99FDCB; }
p { color: rgb(153,253,203); }
H1.HeaderClassName
{
color: #99FDCB;
}
.AnyTagClassName
{
color: #99FDCB;
}
</style>
background-color css
<style>
a { background-color: #99FDCB; }
a { background-color: rgb(153,253,203); }
div.DivClassName
{
background-color: #99FDCB;
}
.BgClassName
{
background-color: #99FDCB;
}
</style>
border-color css
<style>
span { border-color: #99FDCB; }
span { border-color: rgb(153,253,203); }
td.TdClassName
{
border-color: #99FDCB;
}
.TagClassName
{
border-color: #99FDCB;
}
</style>