Shades of Magic Mint #99EBC8
Tints of Magic Mint #99EBC8
RGB
CMYK
RGB Variations
Color information
#99EBC8 (or 0x99EBC8) is known color: Magic Mint. HEX triplet: 99, EB and C8. RGB value is (153,235,200). Sum of RGB (Red+Green+Blue) = 153+235+200=588 (77% of max value = 765). Red value is 153 (60.16% from 255 or 26.02% from 588); Green value is 235 (92.19% from 255 or 39.97% from 588); Blue value is 200 (78.52% from 255 or 34.01% from 588); Max value from RGB is 235 - color contains mainly: green. Hex color #99EBC8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99EBC8 is #661437. Grayscale: #CECECE. Windows color (decimal): -6689848 or 13167513. OLE color: 13167513.
HSL color Cylindrical-coordinate representation of color #99EBC8: hue angle of 154.39º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #99EBC8 is Cyan = 0.35, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 153 | 235 | 200 | - |
| CMYK | 0.35 | 0 | 0.15 | 0.08 |
| HSL | 154.39º | 0.67% | 0.76% | - |
| HSV(B) | 154.39º | 0.35% | 0.92% | - |
| XYZ | 53.27 | 70.36 | 65.42 | - |
| YUV | 206.49 | 124.33 | 89.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 235 | 200 | 0.35 | 0 | 0.15 | 0.08 | 154.39 | 0.67 | 0.76 |
| Hex | 99 | EB | C8 | 23 | 0 | F | 8 | 9A | 43 | 4C |
| Octal | 231 | 353 | 310 | 43 | 0 | 17 | 10 | 232 | 103 | 114 |
| Binary | 10011001 | 11101011 | 11001000 | 100011 | 0 | 1111 | 1000 | 10011010 | 1000011 | 1001100 |
Color Harmonies of #99EBC8
Complementary color
Monochromatic Colors of #99EBC8
Black with #99EBC8
Text Example
Text Example
White with #99EBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99EBC8; }
p { color: rgb(153,235,200); }
H1.HeaderClassName
{
color: #99EBC8;
}
.AnyTagClassName
{
color: #99EBC8;
}
</style>
background-color css
<style>
a { background-color: #99EBC8; }
a { background-color: rgb(153,235,200); }
div.DivClassName
{
background-color: #99EBC8;
}
.BgClassName
{
background-color: #99EBC8;
}
</style>
border-color css
<style>
span { border-color: #99EBC8; }
span { border-color: rgb(153,235,200); }
td.TdClassName
{
border-color: #99EBC8;
}
.TagClassName
{
border-color: #99EBC8;
}
</style>