Shades of Magic Mint #9CFDDA
Tints of Magic Mint #9CFDDA
RGB
CMYK
RGB Variations
Color information
#9CFDDA (or 0x9CFDDA) is known color: Magic Mint. HEX triplet: 9C, FD and DA. RGB value is (156,253,218). Sum of RGB (Red+Green+Blue) = 156+253+218=627 (83% of max value = 765). Red value is 156 (61.33% from 255 or 24.88% from 627); Green value is 253 (99.22% from 255 or 40.35% from 627); Blue value is 218 (85.55% from 255 or 34.77% from 627); Max value from RGB is 253 - color contains mainly: green. Hex color #9CFDDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CFDDA is #630225. Grayscale: #DCDCDC. Windows color (decimal): -6488614 or 14351772. OLE color: 14351772.
HSL color Cylindrical-coordinate representation of color #9CFDDA: hue angle of 158.35º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9CFDDA is Cyan = 0.38, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 156 | 253 | 218 | - |
| CMYK | 0.38 | 0 | 0.14 | 0.01 |
| HSL | 158.35º | 0.96% | 0.8% | - |
| HSV(B) | 158.35º | 0.38% | 0.99% | - |
| XYZ | 61.49 | 82.38 | 78.99 | - |
| YUV | 220.01 | 126.86 | 82.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 253 | 218 | 0.38 | 0 | 0.14 | 0.01 | 158.35 | 0.96 | 0.8 |
| Hex | 9C | FD | DA | 26 | 0 | E | 1 | 9E | 60 | 50 |
| Octal | 234 | 375 | 332 | 46 | 0 | 16 | 1 | 236 | 140 | 120 |
| Binary | 10011100 | 11111101 | 11011010 | 100110 | 0 | 1110 | 1 | 10011110 | 1100000 | 1010000 |
Color Harmonies of #9CFDDA
Complementary color
Monochromatic Colors of #9CFDDA
Black with #9CFDDA
Text Example
Text Example
White with #9CFDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CFDDA; }
p { color: rgb(156,253,218); }
H1.HeaderClassName
{
color: #9CFDDA;
}
.AnyTagClassName
{
color: #9CFDDA;
}
</style>
background-color css
<style>
a { background-color: #9CFDDA; }
a { background-color: rgb(156,253,218); }
div.DivClassName
{
background-color: #9CFDDA;
}
.BgClassName
{
background-color: #9CFDDA;
}
</style>
border-color css
<style>
span { border-color: #9CFDDA; }
span { border-color: rgb(156,253,218); }
td.TdClassName
{
border-color: #9CFDDA;
}
.TagClassName
{
border-color: #9CFDDA;
}
</style>