Shades of Magic Mint #9AF1DC
Tints of Magic Mint #9AF1DC
RGB
CMYK
RGB Variations
Color information
#9AF1DC (or 0x9AF1DC) is known color: Magic Mint. HEX triplet: 9A, F1 and DC. RGB value is (154,241,220). Sum of RGB (Red+Green+Blue) = 154+241+220=615 (81% of max value = 765). Red value is 154 (60.55% from 255 or 25.04% from 615); Green value is 241 (94.53% from 255 or 39.19% from 615); Blue value is 220 (86.33% from 255 or 35.77% from 615); Max value from RGB is 241 - color contains mainly: green. Hex color #9AF1DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AF1DC is #650E23. Grayscale: #D4D4D4. Windows color (decimal): -6622756 or 14479770. OLE color: 14479770.
HSL color Cylindrical-coordinate representation of color #9AF1DC: hue angle of 165.52º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9AF1DC is Cyan = 0.36, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 154 | 241 | 220 | - |
| CMYK | 0.36 | 0 | 0.09 | 0.05 |
| HSL | 165.52º | 0.76% | 0.77% | - |
| HSV(B) | 165.52º | 0.36% | 0.95% | - |
| XYZ | 57.7 | 74.95 | 79.14 | - |
| YUV | 212.59 | 132.18 | 86.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 241 | 220 | 0.36 | 0 | 0.09 | 0.05 | 165.52 | 0.76 | 0.77 |
| Hex | 9A | F1 | DC | 24 | 0 | 9 | 5 | A6 | 4C | 4D |
| Octal | 232 | 361 | 334 | 44 | 0 | 11 | 5 | 246 | 114 | 115 |
| Binary | 10011010 | 11110001 | 11011100 | 100100 | 0 | 1001 | 101 | 10100110 | 1001100 | 1001101 |
Color Harmonies of #9AF1DC
Complementary color
Monochromatic Colors of #9AF1DC
Black with #9AF1DC
Text Example
Text Example
White with #9AF1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AF1DC; }
p { color: rgb(154,241,220); }
H1.HeaderClassName
{
color: #9AF1DC;
}
.AnyTagClassName
{
color: #9AF1DC;
}
</style>
background-color css
<style>
a { background-color: #9AF1DC; }
a { background-color: rgb(154,241,220); }
div.DivClassName
{
background-color: #9AF1DC;
}
.BgClassName
{
background-color: #9AF1DC;
}
</style>
border-color css
<style>
span { border-color: #9AF1DC; }
span { border-color: rgb(154,241,220); }
td.TdClassName
{
border-color: #9AF1DC;
}
.TagClassName
{
border-color: #9AF1DC;
}
</style>