Shades of Magic Mint #9AF1C9
Tints of Magic Mint #9AF1C9
RGB
CMYK
RGB Variations
Color information
#9AF1C9 (or 0x9AF1C9) is known color: Magic Mint. HEX triplet: 9A, F1 and C9. RGB value is (154,241,201). Sum of RGB (Red+Green+Blue) = 154+241+201=596 (78% of max value = 765). Red value is 154 (60.55% from 255 or 25.84% from 596); Green value is 241 (94.53% from 255 or 40.44% from 596); Blue value is 201 (78.91% from 255 or 33.72% from 596); Max value from RGB is 241 - color contains mainly: green. Hex color #9AF1C9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AF1C9 is #650E36. Grayscale: #D2D2D2. Windows color (decimal): -6622775 or 13234586. OLE color: 13234586.
HSL color Cylindrical-coordinate representation of color #9AF1C9: hue angle of 152.41º 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 #9AF1C9 is Cyan = 0.36, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 154 | 241 | 201 | - |
| CMYK | 0.36 | 0 | 0.17 | 0.05 |
| HSL | 152.41º | 0.76% | 0.77% | - |
| HSV(B) | 152.41º | 0.36% | 0.95% | - |
| XYZ | 55.32 | 74 | 66.63 | - |
| YUV | 210.43 | 122.68 | 87.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 241 | 201 | 0.36 | 0 | 0.17 | 0.05 | 152.41 | 0.76 | 0.77 |
| Hex | 9A | F1 | C9 | 24 | 0 | 11 | 5 | 98 | 4C | 4D |
| Octal | 232 | 361 | 311 | 44 | 0 | 21 | 5 | 230 | 114 | 115 |
| Binary | 10011010 | 11110001 | 11001001 | 100100 | 0 | 10001 | 101 | 10011000 | 1001100 | 1001101 |
Color Harmonies of #9AF1C9
Complementary color
Monochromatic Colors of #9AF1C9
Black with #9AF1C9
Text Example
Text Example
White with #9AF1C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AF1C9; }
p { color: rgb(154,241,201); }
H1.HeaderClassName
{
color: #9AF1C9;
}
.AnyTagClassName
{
color: #9AF1C9;
}
</style>
background-color css
<style>
a { background-color: #9AF1C9; }
a { background-color: rgb(154,241,201); }
div.DivClassName
{
background-color: #9AF1C9;
}
.BgClassName
{
background-color: #9AF1C9;
}
</style>
border-color css
<style>
span { border-color: #9AF1C9; }
span { border-color: rgb(154,241,201); }
td.TdClassName
{
border-color: #9AF1C9;
}
.TagClassName
{
border-color: #9AF1C9;
}
</style>