Shades of Magic Mint #9AFCD7
Tints of Magic Mint #9AFCD7
RGB
CMYK
RGB Variations
Color information
#9AFCD7 (or 0x9AFCD7) is known color: Magic Mint. HEX triplet: 9A, FC and D7. RGB value is (154,252,215). Sum of RGB (Red+Green+Blue) = 154+252+215=621 (82% of max value = 765). Red value is 154 (60.55% from 255 or 24.80% from 621); Green value is 252 (98.83% from 255 or 40.58% from 621); Blue value is 215 (84.38% from 255 or 34.62% from 621); Max value from RGB is 252 - color contains mainly: green. Hex color #9AFCD7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AFCD7 is #650328. Grayscale: #DADADA. Windows color (decimal): -6619945 or 14154906. OLE color: 14154906.
HSL color Cylindrical-coordinate representation of color #9AFCD7: hue angle of 157.35º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9AFCD7 is Cyan = 0.39, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 154 | 252 | 215 | - |
| CMYK | 0.39 | 0 | 0.15 | 0.01 |
| HSL | 157.35º | 0.94% | 0.8% | - |
| HSV(B) | 157.35º | 0.39% | 0.99% | - |
| XYZ | 60.4 | 81.4 | 76.82 | - |
| YUV | 218.48 | 126.03 | 82.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 252 | 215 | 0.39 | 0 | 0.15 | 0.01 | 157.35 | 0.94 | 0.8 |
| Hex | 9A | FC | D7 | 27 | 0 | F | 1 | 9D | 5E | 50 |
| Octal | 232 | 374 | 327 | 47 | 0 | 17 | 1 | 235 | 136 | 120 |
| Binary | 10011010 | 11111100 | 11010111 | 100111 | 0 | 1111 | 1 | 10011101 | 1011110 | 1010000 |
Color Harmonies of #9AFCD7
Complementary color
Monochromatic Colors of #9AFCD7
Black with #9AFCD7
Text Example
Text Example
White with #9AFCD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AFCD7; }
p { color: rgb(154,252,215); }
H1.HeaderClassName
{
color: #9AFCD7;
}
.AnyTagClassName
{
color: #9AFCD7;
}
</style>
background-color css
<style>
a { background-color: #9AFCD7; }
a { background-color: rgb(154,252,215); }
div.DivClassName
{
background-color: #9AFCD7;
}
.BgClassName
{
background-color: #9AFCD7;
}
</style>
border-color css
<style>
span { border-color: #9AFCD7; }
span { border-color: rgb(154,252,215); }
td.TdClassName
{
border-color: #9AFCD7;
}
.TagClassName
{
border-color: #9AFCD7;
}
</style>