Shades of Magic Mint #99E5C4
Tints of Magic Mint #99E5C4
RGB
CMYK
RGB Variations
Color information
#99E5C4 (or 0x99E5C4) is known color: Magic Mint. HEX triplet: 99, E5 and C4. RGB value is (153,229,196). Sum of RGB (Red+Green+Blue) = 153+229+196=578 (76% of max value = 765). Red value is 153 (60.16% from 255 or 26.47% from 578); Green value is 229 (89.84% from 255 or 39.62% from 578); Blue value is 196 (76.95% from 255 or 33.91% from 578); Max value from RGB is 229 - color contains mainly: green. Hex color #99E5C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99E5C4 is #661A3B. Grayscale: #CACACA. Windows color (decimal): -6691388 or 12903833. OLE color: 12903833.
HSL color Cylindrical-coordinate representation of color #99E5C4: hue angle of 153.95º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #99E5C4 is Cyan = 0.33, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 153 | 229 | 196 | - |
| CMYK | 0.33 | 0 | 0.14 | 0.10 |
| HSL | 153.95º | 0.59% | 0.75% | - |
| HSV(B) | 153.95º | 0.33% | 0.9% | - |
| XYZ | 51.12 | 66.8 | 62.42 | - |
| YUV | 202.51 | 124.32 | 92.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 229 | 196 | 0.33 | 0 | 0.14 | 0.10 | 153.95 | 0.59 | 0.75 |
| Hex | 99 | E5 | C4 | 21 | 0 | E | A | 9A | 3B | 4B |
| Octal | 231 | 345 | 304 | 41 | 0 | 16 | 12 | 232 | 73 | 113 |
| Binary | 10011001 | 11100101 | 11000100 | 100001 | 0 | 1110 | 1010 | 10011010 | 111011 | 1001011 |
Color Harmonies of #99E5C4
Complementary color
Monochromatic Colors of #99E5C4
Black with #99E5C4
Text Example
Text Example
White with #99E5C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99E5C4; }
p { color: rgb(153,229,196); }
H1.HeaderClassName
{
color: #99E5C4;
}
.AnyTagClassName
{
color: #99E5C4;
}
</style>
background-color css
<style>
a { background-color: #99E5C4; }
a { background-color: rgb(153,229,196); }
div.DivClassName
{
background-color: #99E5C4;
}
.BgClassName
{
background-color: #99E5C4;
}
</style>
border-color css
<style>
span { border-color: #99E5C4; }
span { border-color: rgb(153,229,196); }
td.TdClassName
{
border-color: #99E5C4;
}
.TagClassName
{
border-color: #99E5C4;
}
</style>