Shades of Magic Mint #99FCCB
Tints of Magic Mint #99FCCB
RGB
CMYK
RGB Variations
Color information
#99FCCB (or 0x99FCCB) is known color: Magic Mint. HEX triplet: 99, FC and CB. RGB value is (153,252,203). Sum of RGB (Red+Green+Blue) = 153+252+203=608 (80% of max value = 765). Red value is 153 (60.16% from 255 or 25.16% from 608); Green value is 252 (98.83% from 255 or 41.45% from 608); Blue value is 203 (79.69% from 255 or 33.39% from 608); Max value from RGB is 252 - color contains mainly: green. Hex color #99FCCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99FCCB is #660334. Grayscale: #D8D8D8. Windows color (decimal): -6685493 or 13368473. OLE color: 13368473.
HSL color Cylindrical-coordinate representation of color #99FCCB: hue angle of 150.3º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #99FCCB is Cyan = 0.39, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 153 | 252 | 203 | - |
| CMYK | 0.39 | 0 | 0.19 | 0.01 |
| HSL | 150.3º | 0.94% | 0.79% | - |
| HSV(B) | 150.3º | 0.39% | 0.99% | - |
| XYZ | 58.73 | 80.7 | 68.98 | - |
| YUV | 216.81 | 120.2 | 82.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 252 | 203 | 0.39 | 0 | 0.19 | 0.01 | 150.3 | 0.94 | 0.79 |
| Hex | 99 | FC | CB | 27 | 0 | 13 | 1 | 96 | 5E | 4F |
| Octal | 231 | 374 | 313 | 47 | 0 | 23 | 1 | 226 | 136 | 117 |
| Binary | 10011001 | 11111100 | 11001011 | 100111 | 0 | 10011 | 1 | 10010110 | 1011110 | 1001111 |
Color Harmonies of #99FCCB
Complementary color
Monochromatic Colors of #99FCCB
Black with #99FCCB
Text Example
Text Example
White with #99FCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99FCCB; }
p { color: rgb(153,252,203); }
H1.HeaderClassName
{
color: #99FCCB;
}
.AnyTagClassName
{
color: #99FCCB;
}
</style>
background-color css
<style>
a { background-color: #99FCCB; }
a { background-color: rgb(153,252,203); }
div.DivClassName
{
background-color: #99FCCB;
}
.BgClassName
{
background-color: #99FCCB;
}
</style>
border-color css
<style>
span { border-color: #99FCCB; }
span { border-color: rgb(153,252,203); }
td.TdClassName
{
border-color: #99FCCB;
}
.TagClassName
{
border-color: #99FCCB;
}
</style>