Shades of Magic Mint #99F8CC
Tints of Magic Mint #99F8CC
RGB
CMYK
RGB Variations
Color information
#99F8CC (or 0x99F8CC) is known color: Magic Mint. HEX triplet: 99, F8 and CC. RGB value is (153,248,204). Sum of RGB (Red+Green+Blue) = 153+248+204=605 (80% of max value = 765). Red value is 153 (60.16% from 255 or 25.29% from 605); Green value is 248 (97.27% from 255 or 40.99% from 605); Blue value is 204 (80.08% from 255 or 33.72% from 605); Max value from RGB is 248 - color contains mainly: green. Hex color #99F8CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99F8CC is #660733. Grayscale: #D6D6D6. Windows color (decimal): -6686516 or 13432985. OLE color: 13432985.
HSL color Cylindrical-coordinate representation of color #99F8CC: hue angle of 152.21º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #99F8CC is Cyan = 0.38, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 153 | 248 | 204 | - |
| CMYK | 0.38 | 0 | 0.18 | 0.03 |
| HSL | 152.21º | 0.87% | 0.79% | - |
| HSV(B) | 152.21º | 0.38% | 0.97% | - |
| XYZ | 57.6 | 78.27 | 69.2 | - |
| YUV | 214.58 | 122.03 | 84.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 248 | 204 | 0.38 | 0 | 0.18 | 0.03 | 152.21 | 0.87 | 0.79 |
| Hex | 99 | F8 | CC | 26 | 0 | 12 | 3 | 98 | 57 | 4F |
| Octal | 231 | 370 | 314 | 46 | 0 | 22 | 3 | 230 | 127 | 117 |
| Binary | 10011001 | 11111000 | 11001100 | 100110 | 0 | 10010 | 11 | 10011000 | 1010111 | 1001111 |
Color Harmonies of #99F8CC
Complementary color
Monochromatic Colors of #99F8CC
Black with #99F8CC
Text Example
Text Example
White with #99F8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99F8CC; }
p { color: rgb(153,248,204); }
H1.HeaderClassName
{
color: #99F8CC;
}
.AnyTagClassName
{
color: #99F8CC;
}
</style>
background-color css
<style>
a { background-color: #99F8CC; }
a { background-color: rgb(153,248,204); }
div.DivClassName
{
background-color: #99F8CC;
}
.BgClassName
{
background-color: #99F8CC;
}
</style>
border-color css
<style>
span { border-color: #99F8CC; }
span { border-color: rgb(153,248,204); }
td.TdClassName
{
border-color: #99F8CC;
}
.TagClassName
{
border-color: #99F8CC;
}
</style>