Shades of Magic Mint #90F2C3
Tints of Magic Mint #90F2C3
RGB
CMYK
RGB Variations
Color information
#90F2C3 (or 0x90F2C3) is known color: Magic Mint. HEX triplet: 90, F2 and C3. RGB value is (144,242,195). Sum of RGB (Red+Green+Blue) = 144+242+195=581 (76% of max value = 765). Red value is 144 (56.64% from 255 or 24.78% from 581); Green value is 242 (94.92% from 255 or 41.65% from 581); Blue value is 195 (76.56% from 255 or 33.56% from 581); Max value from RGB is 242 - color contains mainly: green. Hex color #90F2C3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90F2C3 is #6F0D3C. Grayscale: #CFCFCF. Windows color (decimal): -7277885 or 12841616. OLE color: 12841616.
HSL color Cylindrical-coordinate representation of color #90F2C3: hue angle of 151.22º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #90F2C3 is Cyan = 0.40, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 144 | 242 | 195 | - |
| CMYK | 0.40 | 0 | 0.19 | 0.05 |
| HSL | 151.22º | 0.79% | 0.76% | - |
| HSV(B) | 151.22º | 0.4% | 0.95% | - |
| XYZ | 53.1 | 73.37 | 62.99 | - |
| YUV | 207.34 | 121.03 | 82.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 242 | 195 | 0.40 | 0 | 0.19 | 0.05 | 151.22 | 0.79 | 0.76 |
| Hex | 90 | F2 | C3 | 28 | 0 | 13 | 5 | 97 | 4F | 4C |
| Octal | 220 | 362 | 303 | 50 | 0 | 23 | 5 | 227 | 117 | 114 |
| Binary | 10010000 | 11110010 | 11000011 | 101000 | 0 | 10011 | 101 | 10010111 | 1001111 | 1001100 |
Color Harmonies of #90F2C3
Complementary color
Monochromatic Colors of #90F2C3
Black with #90F2C3
Text Example
Text Example
White with #90F2C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90F2C3; }
p { color: rgb(144,242,195); }
H1.HeaderClassName
{
color: #90F2C3;
}
.AnyTagClassName
{
color: #90F2C3;
}
</style>
background-color css
<style>
a { background-color: #90F2C3; }
a { background-color: rgb(144,242,195); }
div.DivClassName
{
background-color: #90F2C3;
}
.BgClassName
{
background-color: #90F2C3;
}
</style>
border-color css
<style>
span { border-color: #90F2C3; }
span { border-color: rgb(144,242,195); }
td.TdClassName
{
border-color: #90F2C3;
}
.TagClassName
{
border-color: #90F2C3;
}
</style>