Shades of Magic Mint #90F5C0
Tints of Magic Mint #90F5C0
RGB
CMYK
RGB Variations
Color information
#90F5C0 (or 0x90F5C0) is known color: Magic Mint. HEX triplet: 90, F5 and C0. RGB value is (144,245,192). Sum of RGB (Red+Green+Blue) = 144+245+192=581 (76% of max value = 765). Red value is 144 (56.64% from 255 or 24.78% from 581); Green value is 245 (96.09% from 255 or 42.17% from 581); Blue value is 192 (75.39% from 255 or 33.05% from 581); Max value from RGB is 245 - color contains mainly: green. Hex color #90F5C0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90F5C0 is #6F0A3F. Grayscale: #D0D0D0. Windows color (decimal): -7277120 or 12645776. OLE color: 12645776.
HSL color Cylindrical-coordinate representation of color #90F5C0: hue angle of 148.51º degrees, saturation: 0.83, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #90F5C0 is Cyan = 0.41, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 144 | 245 | 192 | - |
| CMYK | 0.41 | 0 | 0.22 | 0.04 |
| HSL | 148.51º | 0.83% | 0.76% | - |
| HSV(B) | 148.51º | 0.41% | 0.96% | - |
| XYZ | 53.67 | 75.04 | 61.52 | - |
| YUV | 208.76 | 118.54 | 81.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 245 | 192 | 0.41 | 0 | 0.22 | 0.04 | 148.51 | 0.83 | 0.76 |
| Hex | 90 | F5 | C0 | 29 | 0 | 16 | 4 | 95 | 53 | 4C |
| Octal | 220 | 365 | 300 | 51 | 0 | 26 | 4 | 225 | 123 | 114 |
| Binary | 10010000 | 11110101 | 11000000 | 101001 | 0 | 10110 | 100 | 10010101 | 1010011 | 1001100 |
Color Harmonies of #90F5C0
Complementary color
Monochromatic Colors of #90F5C0
Black with #90F5C0
Text Example
Text Example
White with #90F5C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90F5C0; }
p { color: rgb(144,245,192); }
H1.HeaderClassName
{
color: #90F5C0;
}
.AnyTagClassName
{
color: #90F5C0;
}
</style>
background-color css
<style>
a { background-color: #90F5C0; }
a { background-color: rgb(144,245,192); }
div.DivClassName
{
background-color: #90F5C0;
}
.BgClassName
{
background-color: #90F5C0;
}
</style>
border-color css
<style>
span { border-color: #90F5C0; }
span { border-color: rgb(144,245,192); }
td.TdClassName
{
border-color: #90F5C0;
}
.TagClassName
{
border-color: #90F5C0;
}
</style>