Shades of Magic Mint #99F5CF
Tints of Magic Mint #99F5CF
RGB
CMYK
RGB Variations
Color information
#99F5CF (or 0x99F5CF) is known color: Magic Mint. HEX triplet: 99, F5 and CF. RGB value is (153,245,207). Sum of RGB (Red+Green+Blue) = 153+245+207=605 (80% of max value = 765). Red value is 153 (60.16% from 255 or 25.29% from 605); Green value is 245 (96.09% from 255 or 40.50% from 605); Blue value is 207 (81.25% from 255 or 34.21% from 605); Max value from RGB is 245 - color contains mainly: green. Hex color #99F5CF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99F5CF is #660A30. Grayscale: #D5D5D5. Windows color (decimal): -6687281 or 13628825. OLE color: 13628825.
HSL color Cylindrical-coordinate representation of color #99F5CF: hue angle of 155.22º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #99F5CF is Cyan = 0.38, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 153 | 245 | 207 | - |
| CMYK | 0.38 | 0 | 0.16 | 0.04 |
| HSL | 155.22º | 0.82% | 0.78% | - |
| HSV(B) | 155.22º | 0.38% | 0.96% | - |
| XYZ | 57.05 | 76.58 | 70.81 | - |
| YUV | 213.16 | 124.52 | 85.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 245 | 207 | 0.38 | 0 | 0.16 | 0.04 | 155.22 | 0.82 | 0.78 |
| Hex | 99 | F5 | CF | 26 | 0 | 10 | 4 | 9B | 52 | 4E |
| Octal | 231 | 365 | 317 | 46 | 0 | 20 | 4 | 233 | 122 | 116 |
| Binary | 10011001 | 11110101 | 11001111 | 100110 | 0 | 10000 | 100 | 10011011 | 1010010 | 1001110 |
Color Harmonies of #99F5CF
Complementary color
Monochromatic Colors of #99F5CF
Black with #99F5CF
Text Example
Text Example
White with #99F5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99F5CF; }
p { color: rgb(153,245,207); }
H1.HeaderClassName
{
color: #99F5CF;
}
.AnyTagClassName
{
color: #99F5CF;
}
</style>
background-color css
<style>
a { background-color: #99F5CF; }
a { background-color: rgb(153,245,207); }
div.DivClassName
{
background-color: #99F5CF;
}
.BgClassName
{
background-color: #99F5CF;
}
</style>
border-color css
<style>
span { border-color: #99F5CF; }
span { border-color: rgb(153,245,207); }
td.TdClassName
{
border-color: #99F5CF;
}
.TagClassName
{
border-color: #99F5CF;
}
</style>