Shades of Magic Mint #9AF1C3
Tints of Magic Mint #9AF1C3
RGB
CMYK
RGB Variations
Color information
#9AF1C3 (or 0x9AF1C3) is known color: Magic Mint. HEX triplet: 9A, F1 and C3. RGB value is (154,241,195). Sum of RGB (Red+Green+Blue) = 154+241+195=590 (78% of max value = 765). Red value is 154 (60.55% from 255 or 26.10% from 590); Green value is 241 (94.53% from 255 or 40.85% from 590); Blue value is 195 (76.56% from 255 or 33.05% from 590); Max value from RGB is 241 - color contains mainly: green. Hex color #9AF1C3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AF1C3 is #650E3C. Grayscale: #D1D1D1. Windows color (decimal): -6622781 or 12841370. OLE color: 12841370.
HSL color Cylindrical-coordinate representation of color #9AF1C3: hue angle of 148.28º 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 #9AF1C3 is Cyan = 0.36, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 154 | 241 | 195 | - |
| CMYK | 0.36 | 0 | 0.19 | 0.05 |
| HSL | 148.28º | 0.76% | 0.77% | - |
| HSV(B) | 148.28º | 0.36% | 0.95% | - |
| XYZ | 54.63 | 73.72 | 62.98 | - |
| YUV | 209.74 | 119.68 | 88.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 241 | 195 | 0.36 | 0 | 0.19 | 0.05 | 148.28 | 0.76 | 0.77 |
| Hex | 9A | F1 | C3 | 24 | 0 | 13 | 5 | 94 | 4C | 4D |
| Octal | 232 | 361 | 303 | 44 | 0 | 23 | 5 | 224 | 114 | 115 |
| Binary | 10011010 | 11110001 | 11000011 | 100100 | 0 | 10011 | 101 | 10010100 | 1001100 | 1001101 |
Color Harmonies of #9AF1C3
Complementary color
Monochromatic Colors of #9AF1C3
Black with #9AF1C3
Text Example
Text Example
White with #9AF1C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AF1C3; }
p { color: rgb(154,241,195); }
H1.HeaderClassName
{
color: #9AF1C3;
}
.AnyTagClassName
{
color: #9AF1C3;
}
</style>
background-color css
<style>
a { background-color: #9AF1C3; }
a { background-color: rgb(154,241,195); }
div.DivClassName
{
background-color: #9AF1C3;
}
.BgClassName
{
background-color: #9AF1C3;
}
</style>
border-color css
<style>
span { border-color: #9AF1C3; }
span { border-color: rgb(154,241,195); }
td.TdClassName
{
border-color: #9AF1C3;
}
.TagClassName
{
border-color: #9AF1C3;
}
</style>