Shades of Magic Mint #99F0CC
Tints of Magic Mint #99F0CC
RGB
CMYK
RGB Variations
Color information
#99F0CC (or 0x99F0CC) is known color: Magic Mint. HEX triplet: 99, F0 and CC. RGB value is (153,240,204). Sum of RGB (Red+Green+Blue) = 153+240+204=597 (79% of max value = 765). Red value is 153 (60.16% from 255 or 25.63% from 597); Green value is 240 (94.14% from 255 or 40.20% from 597); Blue value is 204 (80.08% from 255 or 34.17% from 597); Max value from RGB is 240 - color contains mainly: green. Hex color #99F0CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99F0CC is #660F33. Grayscale: #D1D1D1. Windows color (decimal): -6688564 or 13430937. OLE color: 13430937.
HSL color Cylindrical-coordinate representation of color #99F0CC: hue angle of 155.17º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #99F0CC is Cyan = 0.36, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 153 | 240 | 204 | - |
| CMYK | 0.36 | 0 | 0.15 | 0.06 |
| HSL | 155.17º | 0.74% | 0.77% | - |
| HSV(B) | 155.17º | 0.36% | 0.94% | - |
| XYZ | 55.2 | 73.45 | 68.4 | - |
| YUV | 209.88 | 124.68 | 87.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 240 | 204 | 0.36 | 0 | 0.15 | 0.06 | 155.17 | 0.74 | 0.77 |
| Hex | 99 | F0 | CC | 24 | 0 | F | 6 | 9B | 4A | 4D |
| Octal | 231 | 360 | 314 | 44 | 0 | 17 | 6 | 233 | 112 | 115 |
| Binary | 10011001 | 11110000 | 11001100 | 100100 | 0 | 1111 | 110 | 10011011 | 1001010 | 1001101 |
Color Harmonies of #99F0CC
Complementary color
Monochromatic Colors of #99F0CC
Black with #99F0CC
Text Example
Text Example
White with #99F0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99F0CC; }
p { color: rgb(153,240,204); }
H1.HeaderClassName
{
color: #99F0CC;
}
.AnyTagClassName
{
color: #99F0CC;
}
</style>
background-color css
<style>
a { background-color: #99F0CC; }
a { background-color: rgb(153,240,204); }
div.DivClassName
{
background-color: #99F0CC;
}
.BgClassName
{
background-color: #99F0CC;
}
</style>
border-color css
<style>
span { border-color: #99F0CC; }
span { border-color: rgb(153,240,204); }
td.TdClassName
{
border-color: #99F0CC;
}
.TagClassName
{
border-color: #99F0CC;
}
</style>