Shades of Magic Mint #99F5CB
Tints of Magic Mint #99F5CB
RGB
CMYK
RGB Variations
Color information
#99F5CB (or 0x99F5CB) is known color: Magic Mint. HEX triplet: 99, F5 and CB. RGB value is (153,245,203). Sum of RGB (Red+Green+Blue) = 153+245+203=601 (79% of max value = 765). Red value is 153 (60.16% from 255 or 25.46% from 601); Green value is 245 (96.09% from 255 or 40.77% from 601); Blue value is 203 (79.69% from 255 or 33.78% from 601); Max value from RGB is 245 - color contains mainly: green. Hex color #99F5CB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99F5CB is #660A34. Grayscale: #D4D4D4. Windows color (decimal): -6687285 or 13366681. OLE color: 13366681.
HSL color Cylindrical-coordinate representation of color #99F5CB: hue angle of 152.61º 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 #99F5CB is Cyan = 0.38, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 153 | 245 | 203 | - |
| CMYK | 0.38 | 0 | 0.17 | 0.04 |
| HSL | 152.61º | 0.82% | 0.78% | - |
| HSV(B) | 152.61º | 0.38% | 0.96% | - |
| XYZ | 56.57 | 76.39 | 68.26 | - |
| YUV | 212.7 | 122.52 | 85.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 245 | 203 | 0.38 | 0 | 0.17 | 0.04 | 152.61 | 0.82 | 0.78 |
| Hex | 99 | F5 | CB | 26 | 0 | 11 | 4 | 99 | 52 | 4E |
| Octal | 231 | 365 | 313 | 46 | 0 | 21 | 4 | 231 | 122 | 116 |
| Binary | 10011001 | 11110101 | 11001011 | 100110 | 0 | 10001 | 100 | 10011001 | 1010010 | 1001110 |
Color Harmonies of #99F5CB
Complementary color
Monochromatic Colors of #99F5CB
Black with #99F5CB
Text Example
Text Example
White with #99F5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99F5CB; }
p { color: rgb(153,245,203); }
H1.HeaderClassName
{
color: #99F5CB;
}
.AnyTagClassName
{
color: #99F5CB;
}
</style>
background-color css
<style>
a { background-color: #99F5CB; }
a { background-color: rgb(153,245,203); }
div.DivClassName
{
background-color: #99F5CB;
}
.BgClassName
{
background-color: #99F5CB;
}
</style>
border-color css
<style>
span { border-color: #99F5CB; }
span { border-color: rgb(153,245,203); }
td.TdClassName
{
border-color: #99F5CB;
}
.TagClassName
{
border-color: #99F5CB;
}
</style>