Shades of Magic Mint #9FF9CA
Tints of Magic Mint #9FF9CA
RGB
CMYK
RGB Variations
Color information
#9FF9CA (or 0x9FF9CA) is known color: Magic Mint. HEX triplet: 9F, F9 and CA. RGB value is (159,249,202). Sum of RGB (Red+Green+Blue) = 159+249+202=610 (80% of max value = 765). Red value is 159 (62.5% from 255 or 26.07% from 610); Green value is 249 (97.66% from 255 or 40.82% from 610); Blue value is 202 (79.30% from 255 or 33.11% from 610); Max value from RGB is 249 - color contains mainly: green. Hex color #9FF9CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FF9CA is #600635. Grayscale: #D8D8D8. Windows color (decimal): -6293046 or 13302175. OLE color: 13302175.
HSL color Cylindrical-coordinate representation of color #9FF9CA: hue angle of 148.67º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9FF9CA is Cyan = 0.36, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 159 | 249 | 202 | - |
| CMYK | 0.36 | 0 | 0.19 | 0.02 |
| HSL | 148.67º | 0.88% | 0.8% | - |
| HSV(B) | 148.67º | 0.36% | 0.98% | - |
| XYZ | 58.83 | 79.39 | 68.1 | - |
| YUV | 216.73 | 119.68 | 86.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 249 | 202 | 0.36 | 0 | 0.19 | 0.02 | 148.67 | 0.88 | 0.8 |
| Hex | 9F | F9 | CA | 24 | 0 | 13 | 2 | 95 | 58 | 50 |
| Octal | 237 | 371 | 312 | 44 | 0 | 23 | 2 | 225 | 130 | 120 |
| Binary | 10011111 | 11111001 | 11001010 | 100100 | 0 | 10011 | 10 | 10010101 | 1011000 | 1010000 |
Color Harmonies of #9FF9CA
Complementary color
Monochromatic Colors of #9FF9CA
Black with #9FF9CA
Text Example
Text Example
White with #9FF9CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FF9CA; }
p { color: rgb(159,249,202); }
H1.HeaderClassName
{
color: #9FF9CA;
}
.AnyTagClassName
{
color: #9FF9CA;
}
</style>
background-color css
<style>
a { background-color: #9FF9CA; }
a { background-color: rgb(159,249,202); }
div.DivClassName
{
background-color: #9FF9CA;
}
.BgClassName
{
background-color: #9FF9CA;
}
</style>
border-color css
<style>
span { border-color: #9FF9CA; }
span { border-color: rgb(159,249,202); }
td.TdClassName
{
border-color: #9FF9CA;
}
.TagClassName
{
border-color: #9FF9CA;
}
</style>