Shades of Magic Mint #99F4D2
Tints of Magic Mint #99F4D2
RGB
CMYK
RGB Variations
Color information
#99F4D2 (or 0x99F4D2) is known color: Magic Mint. HEX triplet: 99, F4 and D2. RGB value is (153,244,210). Sum of RGB (Red+Green+Blue) = 153+244+210=607 (80% of max value = 765). Red value is 153 (60.16% from 255 or 25.21% from 607); Green value is 244 (95.70% from 255 or 40.20% from 607); Blue value is 210 (82.42% from 255 or 34.60% from 607); Max value from RGB is 244 - color contains mainly: green. Hex color #99F4D2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99F4D2 is #660B2D. Grayscale: #D4D4D4. Windows color (decimal): -6687534 or 13825177. OLE color: 13825177.
HSL color Cylindrical-coordinate representation of color #99F4D2: hue angle of 157.58º degrees, saturation: 0.81, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #99F4D2 is Cyan = 0.37, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 153 | 244 | 210 | - |
| CMYK | 0.37 | 0 | 0.14 | 0.04 |
| HSL | 157.58º | 0.81% | 0.78% | - |
| HSV(B) | 157.58º | 0.37% | 0.96% | - |
| XYZ | 57.12 | 76.13 | 72.66 | - |
| YUV | 212.92 | 126.35 | 85.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 244 | 210 | 0.37 | 0 | 0.14 | 0.04 | 157.58 | 0.81 | 0.78 |
| Hex | 99 | F4 | D2 | 25 | 0 | E | 4 | 9E | 51 | 4E |
| Octal | 231 | 364 | 322 | 45 | 0 | 16 | 4 | 236 | 121 | 116 |
| Binary | 10011001 | 11110100 | 11010010 | 100101 | 0 | 1110 | 100 | 10011110 | 1010001 | 1001110 |
Color Harmonies of #99F4D2
Complementary color
Monochromatic Colors of #99F4D2
Black with #99F4D2
Text Example
Text Example
White with #99F4D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99F4D2; }
p { color: rgb(153,244,210); }
H1.HeaderClassName
{
color: #99F4D2;
}
.AnyTagClassName
{
color: #99F4D2;
}
</style>
background-color css
<style>
a { background-color: #99F4D2; }
a { background-color: rgb(153,244,210); }
div.DivClassName
{
background-color: #99F4D2;
}
.BgClassName
{
background-color: #99F4D2;
}
</style>
border-color css
<style>
span { border-color: #99F4D2; }
span { border-color: rgb(153,244,210); }
td.TdClassName
{
border-color: #99F4D2;
}
.TagClassName
{
border-color: #99F4D2;
}
</style>