Shades of Magic Mint #99EFCC
Tints of Magic Mint #99EFCC
RGB
CMYK
RGB Variations
Color information
#99EFCC (or 0x99EFCC) is known color: Magic Mint. HEX triplet: 99, EF and CC. RGB value is (153,239,204). Sum of RGB (Red+Green+Blue) = 153+239+204=596 (78% of max value = 765). Red value is 153 (60.16% from 255 or 25.67% from 596); Green value is 239 (93.75% from 255 or 40.10% from 596); Blue value is 204 (80.08% from 255 or 34.23% from 596); Max value from RGB is 239 - color contains mainly: green. Hex color #99EFCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99EFCC is #661033. Grayscale: #D1D1D1. Windows color (decimal): -6688820 or 13430681. OLE color: 13430681.
HSL color Cylindrical-coordinate representation of color #99EFCC: hue angle of 155.58º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #99EFCC is Cyan = 0.36, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 153 | 239 | 204 | - |
| CMYK | 0.36 | 0 | 0.15 | 0.06 |
| HSL | 155.58º | 0.73% | 0.77% | - |
| HSV(B) | 155.58º | 0.36% | 0.94% | - |
| XYZ | 54.9 | 72.86 | 68.3 | - |
| YUV | 209.3 | 125.01 | 87.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 239 | 204 | 0.36 | 0 | 0.15 | 0.06 | 155.58 | 0.73 | 0.77 |
| Hex | 99 | EF | CC | 24 | 0 | F | 6 | 9C | 49 | 4D |
| Octal | 231 | 357 | 314 | 44 | 0 | 17 | 6 | 234 | 111 | 115 |
| Binary | 10011001 | 11101111 | 11001100 | 100100 | 0 | 1111 | 110 | 10011100 | 1001001 | 1001101 |
Color Harmonies of #99EFCC
Complementary color
Monochromatic Colors of #99EFCC
Black with #99EFCC
Text Example
Text Example
White with #99EFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99EFCC; }
p { color: rgb(153,239,204); }
H1.HeaderClassName
{
color: #99EFCC;
}
.AnyTagClassName
{
color: #99EFCC;
}
</style>
background-color css
<style>
a { background-color: #99EFCC; }
a { background-color: rgb(153,239,204); }
div.DivClassName
{
background-color: #99EFCC;
}
.BgClassName
{
background-color: #99EFCC;
}
</style>
border-color css
<style>
span { border-color: #99EFCC; }
span { border-color: rgb(153,239,204); }
td.TdClassName
{
border-color: #99EFCC;
}
.TagClassName
{
border-color: #99EFCC;
}
</style>