Shades of Magic Mint #99F5DE
Tints of Magic Mint #99F5DE
RGB
CMYK
RGB Variations
Color information
#99F5DE (or 0x99F5DE) is known color: Magic Mint. HEX triplet: 99, F5 and DE. RGB value is (153,245,222). Sum of RGB (Red+Green+Blue) = 153+245+222=620 (82% of max value = 765). Red value is 153 (60.16% from 255 or 24.68% from 620); Green value is 245 (96.09% from 255 or 39.52% from 620); Blue value is 222 (87.11% from 255 or 35.81% from 620); Max value from RGB is 245 - color contains mainly: green. Hex color #99F5DE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99F5DE is #660A21. Grayscale: #D6D6D6. Windows color (decimal): -6687266 or 14611865. OLE color: 14611865.
HSL color Cylindrical-coordinate representation of color #99F5DE: hue angle of 165º 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 #99F5DE is Cyan = 0.38, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 153 | 245 | 222 | - |
| CMYK | 0.38 | 0 | 0.09 | 0.04 |
| HSL | 165º | 0.82% | 0.78% | - |
| HSV(B) | 165º | 0.38% | 0.96% | - |
| XYZ | 58.97 | 77.35 | 80.93 | - |
| YUV | 214.87 | 132.02 | 83.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 245 | 222 | 0.38 | 0 | 0.09 | 0.04 | 165 | 0.82 | 0.78 |
| Hex | 99 | F5 | DE | 26 | 0 | 9 | 4 | A5 | 52 | 4E |
| Octal | 231 | 365 | 336 | 46 | 0 | 11 | 4 | 245 | 122 | 116 |
| Binary | 10011001 | 11110101 | 11011110 | 100110 | 0 | 1001 | 100 | 10100101 | 1010010 | 1001110 |
Color Harmonies of #99F5DE
Complementary color
Monochromatic Colors of #99F5DE
Black with #99F5DE
Text Example
Text Example
White with #99F5DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99F5DE; }
p { color: rgb(153,245,222); }
H1.HeaderClassName
{
color: #99F5DE;
}
.AnyTagClassName
{
color: #99F5DE;
}
</style>
background-color css
<style>
a { background-color: #99F5DE; }
a { background-color: rgb(153,245,222); }
div.DivClassName
{
background-color: #99F5DE;
}
.BgClassName
{
background-color: #99F5DE;
}
</style>
border-color css
<style>
span { border-color: #99F5DE; }
span { border-color: rgb(153,245,222); }
td.TdClassName
{
border-color: #99F5DE;
}
.TagClassName
{
border-color: #99F5DE;
}
</style>