Shades of Magic Mint #9FF4CA
Tints of Magic Mint #9FF4CA
RGB
CMYK
RGB Variations
Color information
#9FF4CA (or 0x9FF4CA) is known color: Magic Mint. HEX triplet: 9F, F4 and CA. RGB value is (159,244,202). Sum of RGB (Red+Green+Blue) = 159+244+202=605 (80% of max value = 765). Red value is 159 (62.5% from 255 or 26.28% from 605); Green value is 244 (95.70% from 255 or 40.33% from 605); Blue value is 202 (79.30% from 255 or 33.39% from 605); Max value from RGB is 244 - color contains mainly: green. Hex color #9FF4CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FF4CA is #600B35. Grayscale: #D5D5D5. Windows color (decimal): -6294326 or 13300895. OLE color: 13300895.
HSL color Cylindrical-coordinate representation of color #9FF4CA: hue angle of 150.35º degrees, saturation: 0.79, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9FF4CA is Cyan = 0.35, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 159 | 244 | 202 | - |
| CMYK | 0.35 | 0 | 0.17 | 0.04 |
| HSL | 150.35º | 0.79% | 0.79% | - |
| HSV(B) | 150.35º | 0.35% | 0.96% | - |
| XYZ | 57.31 | 76.34 | 67.59 | - |
| YUV | 213.8 | 121.34 | 88.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 244 | 202 | 0.35 | 0 | 0.17 | 0.04 | 150.35 | 0.79 | 0.79 |
| Hex | 9F | F4 | CA | 23 | 0 | 11 | 4 | 96 | 4F | 4F |
| Octal | 237 | 364 | 312 | 43 | 0 | 21 | 4 | 226 | 117 | 117 |
| Binary | 10011111 | 11110100 | 11001010 | 100011 | 0 | 10001 | 100 | 10010110 | 1001111 | 1001111 |
Color Harmonies of #9FF4CA
Complementary color
Monochromatic Colors of #9FF4CA
Black with #9FF4CA
Text Example
Text Example
White with #9FF4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FF4CA; }
p { color: rgb(159,244,202); }
H1.HeaderClassName
{
color: #9FF4CA;
}
.AnyTagClassName
{
color: #9FF4CA;
}
</style>
background-color css
<style>
a { background-color: #9FF4CA; }
a { background-color: rgb(159,244,202); }
div.DivClassName
{
background-color: #9FF4CA;
}
.BgClassName
{
background-color: #9FF4CA;
}
</style>
border-color css
<style>
span { border-color: #9FF4CA; }
span { border-color: rgb(159,244,202); }
td.TdClassName
{
border-color: #9FF4CA;
}
.TagClassName
{
border-color: #9FF4CA;
}
</style>