Shades of Magic Mint #90EEC5
Tints of Magic Mint #90EEC5
RGB
CMYK
RGB Variations
Color information
#90EEC5 (or 0x90EEC5) is known color: Magic Mint. HEX triplet: 90, EE and C5. RGB value is (144,238,197). Sum of RGB (Red+Green+Blue) = 144+238+197=579 (76% of max value = 765). Red value is 144 (56.64% from 255 or 24.87% from 579); Green value is 238 (93.36% from 255 or 41.11% from 579); Blue value is 197 (77.34% from 255 or 34.02% from 579); Max value from RGB is 238 - color contains mainly: green. Hex color #90EEC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90EEC5 is #6F113A. Grayscale: #CDCDCD. Windows color (decimal): -7278907 or 12971664. OLE color: 12971664.
HSL color Cylindrical-coordinate representation of color #90EEC5: hue angle of 153.83º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #90EEC5 is Cyan = 0.39, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 144 | 238 | 197 | - |
| CMYK | 0.39 | 0 | 0.17 | 0.07 |
| HSL | 153.83º | 0.73% | 0.75% | - |
| HSV(B) | 153.83º | 0.39% | 0.93% | - |
| XYZ | 52.15 | 71.11 | 63.8 | - |
| YUV | 205.22 | 123.36 | 84.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 238 | 197 | 0.39 | 0 | 0.17 | 0.07 | 153.83 | 0.73 | 0.75 |
| Hex | 90 | EE | C5 | 27 | 0 | 11 | 7 | 9A | 49 | 4B |
| Octal | 220 | 356 | 305 | 47 | 0 | 21 | 7 | 232 | 111 | 113 |
| Binary | 10010000 | 11101110 | 11000101 | 100111 | 0 | 10001 | 111 | 10011010 | 1001001 | 1001011 |
Color Harmonies of #90EEC5
Complementary color
Monochromatic Colors of #90EEC5
Black with #90EEC5
Text Example
Text Example
White with #90EEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90EEC5; }
p { color: rgb(144,238,197); }
H1.HeaderClassName
{
color: #90EEC5;
}
.AnyTagClassName
{
color: #90EEC5;
}
</style>
background-color css
<style>
a { background-color: #90EEC5; }
a { background-color: rgb(144,238,197); }
div.DivClassName
{
background-color: #90EEC5;
}
.BgClassName
{
background-color: #90EEC5;
}
</style>
border-color css
<style>
span { border-color: #90EEC5; }
span { border-color: rgb(144,238,197); }
td.TdClassName
{
border-color: #90EEC5;
}
.TagClassName
{
border-color: #90EEC5;
}
</style>