Shades of Magic Mint #9CF5DE
Tints of Magic Mint #9CF5DE
RGB
CMYK
RGB Variations
Color information
#9CF5DE (or 0x9CF5DE) is known color: Magic Mint. HEX triplet: 9C, F5 and DE. RGB value is (156,245,222). Sum of RGB (Red+Green+Blue) = 156+245+222=623 (82% of max value = 765). Red value is 156 (61.33% from 255 or 25.04% from 623); Green value is 245 (96.09% from 255 or 39.33% from 623); Blue value is 222 (87.11% from 255 or 35.63% from 623); Max value from RGB is 245 - color contains mainly: green. Hex color #9CF5DE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CF5DE is #630A21. Grayscale: #D7D7D7. Windows color (decimal): -6490658 or 14611868. OLE color: 14611868.
HSL color Cylindrical-coordinate representation of color #9CF5DE: hue angle of 164.49º degrees, saturation: 0.82, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9CF5DE is Cyan = 0.36, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 156 | 245 | 222 | - |
| CMYK | 0.36 | 0 | 0.09 | 0.04 |
| HSL | 164.49º | 0.82% | 0.79% | - |
| HSV(B) | 164.49º | 0.36% | 0.96% | - |
| XYZ | 59.55 | 77.65 | 80.96 | - |
| YUV | 215.77 | 131.51 | 85.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 245 | 222 | 0.36 | 0 | 0.09 | 0.04 | 164.49 | 0.82 | 0.79 |
| Hex | 9C | F5 | DE | 24 | 0 | 9 | 4 | A4 | 52 | 4F |
| Octal | 234 | 365 | 336 | 44 | 0 | 11 | 4 | 244 | 122 | 117 |
| Binary | 10011100 | 11110101 | 11011110 | 100100 | 0 | 1001 | 100 | 10100100 | 1010010 | 1001111 |
Color Harmonies of #9CF5DE
Complementary color
Monochromatic Colors of #9CF5DE
Black with #9CF5DE
Text Example
Text Example
White with #9CF5DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CF5DE; }
p { color: rgb(156,245,222); }
H1.HeaderClassName
{
color: #9CF5DE;
}
.AnyTagClassName
{
color: #9CF5DE;
}
</style>
background-color css
<style>
a { background-color: #9CF5DE; }
a { background-color: rgb(156,245,222); }
div.DivClassName
{
background-color: #9CF5DE;
}
.BgClassName
{
background-color: #9CF5DE;
}
</style>
border-color css
<style>
span { border-color: #9CF5DE; }
span { border-color: rgb(156,245,222); }
td.TdClassName
{
border-color: #9CF5DE;
}
.TagClassName
{
border-color: #9CF5DE;
}
</style>