Shades of Magic Mint #99F1CF
Tints of Magic Mint #99F1CF
RGB
CMYK
RGB Variations
Color information
#99F1CF (or 0x99F1CF) is known color: Magic Mint. HEX triplet: 99, F1 and CF. RGB value is (153,241,207). Sum of RGB (Red+Green+Blue) = 153+241+207=601 (79% of max value = 765). Red value is 153 (60.16% from 255 or 25.46% from 601); Green value is 241 (94.53% from 255 or 40.10% from 601); Blue value is 207 (81.25% from 255 or 34.44% from 601); Max value from RGB is 241 - color contains mainly: green. Hex color #99F1CF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99F1CF is #660E30. Grayscale: #D2D2D2. Windows color (decimal): -6688305 or 13627801. OLE color: 13627801.
HSL color Cylindrical-coordinate representation of color #99F1CF: hue angle of 156.82º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #99F1CF is Cyan = 0.37, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 153 | 241 | 207 | - |
| CMYK | 0.37 | 0 | 0.14 | 0.05 |
| HSL | 156.82º | 0.76% | 0.77% | - |
| HSV(B) | 156.82º | 0.37% | 0.95% | - |
| XYZ | 55.85 | 74.19 | 70.41 | - |
| YUV | 210.81 | 125.85 | 86.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 241 | 207 | 0.37 | 0 | 0.14 | 0.05 | 156.82 | 0.76 | 0.77 |
| Hex | 99 | F1 | CF | 25 | 0 | E | 5 | 9D | 4C | 4D |
| Octal | 231 | 361 | 317 | 45 | 0 | 16 | 5 | 235 | 114 | 115 |
| Binary | 10011001 | 11110001 | 11001111 | 100101 | 0 | 1110 | 101 | 10011101 | 1001100 | 1001101 |
Color Harmonies of #99F1CF
Complementary color
Monochromatic Colors of #99F1CF
Black with #99F1CF
Text Example
Text Example
White with #99F1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99F1CF; }
p { color: rgb(153,241,207); }
H1.HeaderClassName
{
color: #99F1CF;
}
.AnyTagClassName
{
color: #99F1CF;
}
</style>
background-color css
<style>
a { background-color: #99F1CF; }
a { background-color: rgb(153,241,207); }
div.DivClassName
{
background-color: #99F1CF;
}
.BgClassName
{
background-color: #99F1CF;
}
</style>
border-color css
<style>
span { border-color: #99F1CF; }
span { border-color: rgb(153,241,207); }
td.TdClassName
{
border-color: #99F1CF;
}
.TagClassName
{
border-color: #99F1CF;
}
</style>