Shades of Magic Mint #99EFCF
Tints of Magic Mint #99EFCF
RGB
CMYK
RGB Variations
Color information
#99EFCF (or 0x99EFCF) is known color: Magic Mint. HEX triplet: 99, EF and CF. RGB value is (153,239,207). Sum of RGB (Red+Green+Blue) = 153+239+207=599 (79% of max value = 765). Red value is 153 (60.16% from 255 or 25.54% from 599); Green value is 239 (93.75% from 255 or 39.90% from 599); Blue value is 207 (81.25% from 255 or 34.56% from 599); Max value from RGB is 239 - color contains mainly: green. Hex color #99EFCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99EFCF is #661030. Grayscale: #D1D1D1. Windows color (decimal): -6688817 or 13627289. OLE color: 13627289.
HSL color Cylindrical-coordinate representation of color #99EFCF: hue angle of 157.67º 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 #99EFCF is Cyan = 0.36, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 153 | 239 | 207 | - |
| CMYK | 0.36 | 0 | 0.13 | 0.06 |
| HSL | 157.67º | 0.73% | 0.77% | - |
| HSV(B) | 157.67º | 0.36% | 0.94% | - |
| XYZ | 55.27 | 73.01 | 70.21 | - |
| YUV | 209.64 | 126.51 | 87.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 239 | 207 | 0.36 | 0 | 0.13 | 0.06 | 157.67 | 0.73 | 0.77 |
| Hex | 99 | EF | CF | 24 | 0 | D | 6 | 9E | 49 | 4D |
| Octal | 231 | 357 | 317 | 44 | 0 | 15 | 6 | 236 | 111 | 115 |
| Binary | 10011001 | 11101111 | 11001111 | 100100 | 0 | 1101 | 110 | 10011110 | 1001001 | 1001101 |
Color Harmonies of #99EFCF
Complementary color
Monochromatic Colors of #99EFCF
Black with #99EFCF
Text Example
Text Example
White with #99EFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99EFCF; }
p { color: rgb(153,239,207); }
H1.HeaderClassName
{
color: #99EFCF;
}
.AnyTagClassName
{
color: #99EFCF;
}
</style>
background-color css
<style>
a { background-color: #99EFCF; }
a { background-color: rgb(153,239,207); }
div.DivClassName
{
background-color: #99EFCF;
}
.BgClassName
{
background-color: #99EFCF;
}
</style>
border-color css
<style>
span { border-color: #99EFCF; }
span { border-color: rgb(153,239,207); }
td.TdClassName
{
border-color: #99EFCF;
}
.TagClassName
{
border-color: #99EFCF;
}
</style>