Shades of Magic Mint #9AF5C5
Tints of Magic Mint #9AF5C5
RGB
CMYK
RGB Variations
Color information
#9AF5C5 (or 0x9AF5C5) is known color: Magic Mint. HEX triplet: 9A, F5 and C5. RGB value is (154,245,197). Sum of RGB (Red+Green+Blue) = 154+245+197=596 (78% of max value = 765). Red value is 154 (60.55% from 255 or 25.84% from 596); Green value is 245 (96.09% from 255 or 41.11% from 596); Blue value is 197 (77.34% from 255 or 33.05% from 596); Max value from RGB is 245 - color contains mainly: green. Hex color #9AF5C5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AF5C5 is #650A3A. Grayscale: #D4D4D4. Windows color (decimal): -6621755 or 12973466. OLE color: 12973466.
HSL color Cylindrical-coordinate representation of color #9AF5C5: hue angle of 148.35º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9AF5C5 is Cyan = 0.37, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 154 | 245 | 197 | - |
| CMYK | 0.37 | 0 | 0.20 | 0.04 |
| HSL | 148.35º | 0.82% | 0.78% | - |
| HSV(B) | 148.35º | 0.37% | 0.96% | - |
| XYZ | 56.06 | 76.21 | 64.58 | - |
| YUV | 212.32 | 119.35 | 86.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 245 | 197 | 0.37 | 0 | 0.20 | 0.04 | 148.35 | 0.82 | 0.78 |
| Hex | 9A | F5 | C5 | 25 | 0 | 14 | 4 | 94 | 52 | 4E |
| Octal | 232 | 365 | 305 | 45 | 0 | 24 | 4 | 224 | 122 | 116 |
| Binary | 10011010 | 11110101 | 11000101 | 100101 | 0 | 10100 | 100 | 10010100 | 1010010 | 1001110 |
Color Harmonies of #9AF5C5
Complementary color
Monochromatic Colors of #9AF5C5
Black with #9AF5C5
Text Example
Text Example
White with #9AF5C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AF5C5; }
p { color: rgb(154,245,197); }
H1.HeaderClassName
{
color: #9AF5C5;
}
.AnyTagClassName
{
color: #9AF5C5;
}
</style>
background-color css
<style>
a { background-color: #9AF5C5; }
a { background-color: rgb(154,245,197); }
div.DivClassName
{
background-color: #9AF5C5;
}
.BgClassName
{
background-color: #9AF5C5;
}
</style>
border-color css
<style>
span { border-color: #9AF5C5; }
span { border-color: rgb(154,245,197); }
td.TdClassName
{
border-color: #9AF5C5;
}
.TagClassName
{
border-color: #9AF5C5;
}
</style>