Shades of Magic Mint #99FFCF
Tints of Magic Mint #99FFCF
RGB
CMYK
RGB Variations
Color information
#99FFCF (or 0x99FFCF) is known color: Magic Mint. HEX triplet: 99, FF and CF. RGB value is (153,255,207). Sum of RGB (Red+Green+Blue) = 153+255+207=615 (81% of max value = 765). Red value is 153 (60.16% from 255 or 24.88% from 615); Green value is 255 (100% from 255 or 41.46% from 615); Blue value is 207 (81.25% from 255 or 33.66% from 615); Max value from RGB is 255 - color contains mainly: green. Hex color #99FFCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99FFCF is #660030. Grayscale: #DBDBDB. Windows color (decimal): -6684721 or 13631385. OLE color: 13631385.
HSL color Cylindrical-coordinate representation of color #99FFCF: hue angle of 151.76º 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 #99FFCF is Cyan = 0.4, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 153 | 255 | 207 | - |
| CMYK | 0.4 | 0 | 0.19 | 0 |
| HSL | 151.76º | 1% | 0.8% | - |
| HSV(B) | 151.76º | 0.4% | 1% | - |
| XYZ | 60.16 | 82.8 | 71.84 | - |
| YUV | 219.03 | 121.21 | 80.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 255 | 207 | 0.4 | 0 | 0.19 | 0 | 151.76 | 1 | 0.8 |
| Hex | 99 | FF | CF | 28 | 0 | 13 | 0 | 98 | 64 | 50 |
| Octal | 231 | 377 | 317 | 50 | 0 | 23 | 0 | 230 | 144 | 120 |
| Binary | 10011001 | 11111111 | 11001111 | 101000 | 0 | 10011 | 0 | 10011000 | 1100100 | 1010000 |
Color Harmonies of #99FFCF
Complementary color
Monochromatic Colors of #99FFCF
Black with #99FFCF
Text Example
Text Example
White with #99FFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99FFCF; }
p { color: rgb(153,255,207); }
H1.HeaderClassName
{
color: #99FFCF;
}
.AnyTagClassName
{
color: #99FFCF;
}
</style>
background-color css
<style>
a { background-color: #99FFCF; }
a { background-color: rgb(153,255,207); }
div.DivClassName
{
background-color: #99FFCF;
}
.BgClassName
{
background-color: #99FFCF;
}
</style>
border-color css
<style>
span { border-color: #99FFCF; }
span { border-color: rgb(153,255,207); }
td.TdClassName
{
border-color: #99FFCF;
}
.TagClassName
{
border-color: #99FFCF;
}
</style>