Shades of Magic Mint #9CF0DA
Tints of Magic Mint #9CF0DA
RGB
CMYK
RGB Variations
Color information
#9CF0DA (or 0x9CF0DA) is known color: Magic Mint. HEX triplet: 9C, F0 and DA. RGB value is (156,240,218). Sum of RGB (Red+Green+Blue) = 156+240+218=614 (81% of max value = 765). Red value is 156 (61.33% from 255 or 25.41% from 614); Green value is 240 (94.14% from 255 or 39.09% from 614); Blue value is 218 (85.55% from 255 or 35.50% from 614); Max value from RGB is 240 - color contains mainly: green. Hex color #9CF0DA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CF0DA is #630F25. Grayscale: #D4D4D4. Windows color (decimal): -6491942 or 14348444. OLE color: 14348444.
HSL color Cylindrical-coordinate representation of color #9CF0DA: hue angle of 164.29º degrees, saturation: 0.74, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9CF0DA is Cyan = 0.35, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 156 | 240 | 218 | - |
| CMYK | 0.35 | 0 | 0.09 | 0.06 |
| HSL | 164.29º | 0.74% | 0.78% | - |
| HSV(B) | 164.29º | 0.35% | 0.94% | - |
| XYZ | 57.53 | 74.45 | 77.67 | - |
| YUV | 212.38 | 131.17 | 87.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 240 | 218 | 0.35 | 0 | 0.09 | 0.06 | 164.29 | 0.74 | 0.78 |
| Hex | 9C | F0 | DA | 23 | 0 | 9 | 6 | A4 | 4A | 4E |
| Octal | 234 | 360 | 332 | 43 | 0 | 11 | 6 | 244 | 112 | 116 |
| Binary | 10011100 | 11110000 | 11011010 | 100011 | 0 | 1001 | 110 | 10100100 | 1001010 | 1001110 |
Color Harmonies of #9CF0DA
Complementary color
Monochromatic Colors of #9CF0DA
Black with #9CF0DA
Text Example
Text Example
White with #9CF0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CF0DA; }
p { color: rgb(156,240,218); }
H1.HeaderClassName
{
color: #9CF0DA;
}
.AnyTagClassName
{
color: #9CF0DA;
}
</style>
background-color css
<style>
a { background-color: #9CF0DA; }
a { background-color: rgb(156,240,218); }
div.DivClassName
{
background-color: #9CF0DA;
}
.BgClassName
{
background-color: #9CF0DA;
}
</style>
border-color css
<style>
span { border-color: #9CF0DA; }
span { border-color: rgb(156,240,218); }
td.TdClassName
{
border-color: #9CF0DA;
}
.TagClassName
{
border-color: #9CF0DA;
}
</style>