Shades of Magic Mint #93EFCD
Tints of Magic Mint #93EFCD
RGB
CMYK
RGB Variations
Color information
#93EFCD (or 0x93EFCD) is known color: Magic Mint. HEX triplet: 93, EF and CD. RGB value is (147,239,205). Sum of RGB (Red+Green+Blue) = 147+239+205=591 (78% of max value = 765). Red value is 147 (57.81% from 255 or 24.87% from 591); Green value is 239 (93.75% from 255 or 40.44% from 591); Blue value is 205 (80.47% from 255 or 34.69% from 591); Max value from RGB is 239 - color contains mainly: green. Hex color #93EFCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93EFCD is #6C1032. Grayscale: #CFCFCF. Windows color (decimal): -7082035 or 13496211. OLE color: 13496211.
HSL color Cylindrical-coordinate representation of color #93EFCD: hue angle of 157.83º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #93EFCD is Cyan = 0.38, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 147 | 239 | 205 | - |
| CMYK | 0.38 | 0 | 0.14 | 0.06 |
| HSL | 157.83º | 0.74% | 0.76% | - |
| HSV(B) | 157.83º | 0.38% | 0.94% | - |
| XYZ | 53.92 | 72.34 | 68.88 | - |
| YUV | 207.62 | 126.52 | 84.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 239 | 205 | 0.38 | 0 | 0.14 | 0.06 | 157.83 | 0.74 | 0.76 |
| Hex | 93 | EF | CD | 26 | 0 | E | 6 | 9E | 4A | 4C |
| Octal | 223 | 357 | 315 | 46 | 0 | 16 | 6 | 236 | 112 | 114 |
| Binary | 10010011 | 11101111 | 11001101 | 100110 | 0 | 1110 | 110 | 10011110 | 1001010 | 1001100 |
Color Harmonies of #93EFCD
Complementary color
Monochromatic Colors of #93EFCD
Black with #93EFCD
Text Example
Text Example
White with #93EFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93EFCD; }
p { color: rgb(147,239,205); }
H1.HeaderClassName
{
color: #93EFCD;
}
.AnyTagClassName
{
color: #93EFCD;
}
</style>
background-color css
<style>
a { background-color: #93EFCD; }
a { background-color: rgb(147,239,205); }
div.DivClassName
{
background-color: #93EFCD;
}
.BgClassName
{
background-color: #93EFCD;
}
</style>
border-color css
<style>
span { border-color: #93EFCD; }
span { border-color: rgb(147,239,205); }
td.TdClassName
{
border-color: #93EFCD;
}
.TagClassName
{
border-color: #93EFCD;
}
</style>