Shades of Magic Mint #99EECB
Tints of Magic Mint #99EECB
RGB
CMYK
RGB Variations
Color information
#99EECB (or 0x99EECB) is known color: Magic Mint. HEX triplet: 99, EE and CB. RGB value is (153,238,203). Sum of RGB (Red+Green+Blue) = 153+238+203=594 (78% of max value = 765). Red value is 153 (60.16% from 255 or 25.76% from 594); Green value is 238 (93.36% from 255 or 40.07% from 594); Blue value is 203 (79.69% from 255 or 34.18% from 594); Max value from RGB is 238 - color contains mainly: green. Hex color #99EECB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99EECB is #661134. Grayscale: #D0D0D0. Windows color (decimal): -6689077 or 13364889. OLE color: 13364889.
HSL color Cylindrical-coordinate representation of color #99EECB: hue angle of 155.29º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #99EECB is Cyan = 0.36, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 153 | 238 | 203 | - |
| CMYK | 0.36 | 0 | 0.15 | 0.07 |
| HSL | 155.29º | 0.71% | 0.77% | - |
| HSV(B) | 155.29º | 0.36% | 0.93% | - |
| XYZ | 54.49 | 72.23 | 67.57 | - |
| YUV | 208.6 | 124.84 | 88.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 238 | 203 | 0.36 | 0 | 0.15 | 0.07 | 155.29 | 0.71 | 0.77 |
| Hex | 99 | EE | CB | 24 | 0 | F | 7 | 9B | 47 | 4D |
| Octal | 231 | 356 | 313 | 44 | 0 | 17 | 7 | 233 | 107 | 115 |
| Binary | 10011001 | 11101110 | 11001011 | 100100 | 0 | 1111 | 111 | 10011011 | 1000111 | 1001101 |
Color Harmonies of #99EECB
Complementary color
Monochromatic Colors of #99EECB
Black with #99EECB
Text Example
Text Example
White with #99EECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99EECB; }
p { color: rgb(153,238,203); }
H1.HeaderClassName
{
color: #99EECB;
}
.AnyTagClassName
{
color: #99EECB;
}
</style>
background-color css
<style>
a { background-color: #99EECB; }
a { background-color: rgb(153,238,203); }
div.DivClassName
{
background-color: #99EECB;
}
.BgClassName
{
background-color: #99EECB;
}
</style>
border-color css
<style>
span { border-color: #99EECB; }
span { border-color: rgb(153,238,203); }
td.TdClassName
{
border-color: #99EECB;
}
.TagClassName
{
border-color: #99EECB;
}
</style>