Shades of Magic Mint #99FDCD
Tints of Magic Mint #99FDCD
RGB
CMYK
RGB Variations
Color information
#99FDCD (or 0x99FDCD) is known color: Magic Mint. HEX triplet: 99, FD and CD. RGB value is (153,253,205). Sum of RGB (Red+Green+Blue) = 153+253+205=611 (80% of max value = 765). Red value is 153 (60.16% from 255 or 25.04% from 611); Green value is 253 (99.22% from 255 or 41.41% from 611); Blue value is 205 (80.47% from 255 or 33.55% from 611); Max value from RGB is 253 - color contains mainly: green. Hex color #99FDCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99FDCD is #660232. Grayscale: #D9D9D9. Windows color (decimal): -6685235 or 13499801. OLE color: 13499801.
HSL color Cylindrical-coordinate representation of color #99FDCD: hue angle of 151.2º 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 #99FDCD is Cyan = 0.40, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 153 | 253 | 205 | - |
| CMYK | 0.40 | 0 | 0.19 | 0.01 |
| HSL | 151.2º | 0.96% | 0.8% | - |
| HSV(B) | 151.2º | 0.4% | 0.99% | - |
| XYZ | 59.28 | 81.43 | 70.35 | - |
| YUV | 217.63 | 120.87 | 81.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 253 | 205 | 0.40 | 0 | 0.19 | 0.01 | 151.2 | 0.96 | 0.8 |
| Hex | 99 | FD | CD | 28 | 0 | 13 | 1 | 97 | 60 | 50 |
| Octal | 231 | 375 | 315 | 50 | 0 | 23 | 1 | 227 | 140 | 120 |
| Binary | 10011001 | 11111101 | 11001101 | 101000 | 0 | 10011 | 1 | 10010111 | 1100000 | 1010000 |
Color Harmonies of #99FDCD
Complementary color
Monochromatic Colors of #99FDCD
Black with #99FDCD
Text Example
Text Example
White with #99FDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99FDCD; }
p { color: rgb(153,253,205); }
H1.HeaderClassName
{
color: #99FDCD;
}
.AnyTagClassName
{
color: #99FDCD;
}
</style>
background-color css
<style>
a { background-color: #99FDCD; }
a { background-color: rgb(153,253,205); }
div.DivClassName
{
background-color: #99FDCD;
}
.BgClassName
{
background-color: #99FDCD;
}
</style>
border-color css
<style>
span { border-color: #99FDCD; }
span { border-color: rgb(153,253,205); }
td.TdClassName
{
border-color: #99FDCD;
}
.TagClassName
{
border-color: #99FDCD;
}
</style>