Shades of Magic Mint #9AF0CA
Tints of Magic Mint #9AF0CA
RGB
CMYK
RGB Variations
Color information
#9AF0CA (or 0x9AF0CA) is known color: Magic Mint. HEX triplet: 9A, F0 and CA. RGB value is (154,240,202). Sum of RGB (Red+Green+Blue) = 154+240+202=596 (78% of max value = 765). Red value is 154 (60.55% from 255 or 25.84% from 596); Green value is 240 (94.14% from 255 or 40.27% from 596); Blue value is 202 (79.30% from 255 or 33.89% from 596); Max value from RGB is 240 - color contains mainly: green. Hex color #9AF0CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AF0CA is #650F35. Grayscale: #D2D2D2. Windows color (decimal): -6623030 or 13299866. OLE color: 13299866.
HSL color Cylindrical-coordinate representation of color #9AF0CA: hue angle of 153.49º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9AF0CA is Cyan = 0.36, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 154 | 240 | 202 | - |
| CMYK | 0.36 | 0 | 0.16 | 0.06 |
| HSL | 153.49º | 0.74% | 0.77% | - |
| HSV(B) | 153.49º | 0.36% | 0.94% | - |
| XYZ | 55.15 | 73.45 | 67.15 | - |
| YUV | 209.95 | 123.51 | 88.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 240 | 202 | 0.36 | 0 | 0.16 | 0.06 | 153.49 | 0.74 | 0.77 |
| Hex | 9A | F0 | CA | 24 | 0 | 10 | 6 | 99 | 4A | 4D |
| Octal | 232 | 360 | 312 | 44 | 0 | 20 | 6 | 231 | 112 | 115 |
| Binary | 10011010 | 11110000 | 11001010 | 100100 | 0 | 10000 | 110 | 10011001 | 1001010 | 1001101 |
Color Harmonies of #9AF0CA
Complementary color
Monochromatic Colors of #9AF0CA
Black with #9AF0CA
Text Example
Text Example
White with #9AF0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AF0CA; }
p { color: rgb(154,240,202); }
H1.HeaderClassName
{
color: #9AF0CA;
}
.AnyTagClassName
{
color: #9AF0CA;
}
</style>
background-color css
<style>
a { background-color: #9AF0CA; }
a { background-color: rgb(154,240,202); }
div.DivClassName
{
background-color: #9AF0CA;
}
.BgClassName
{
background-color: #9AF0CA;
}
</style>
border-color css
<style>
span { border-color: #9AF0CA; }
span { border-color: rgb(154,240,202); }
td.TdClassName
{
border-color: #9AF0CA;
}
.TagClassName
{
border-color: #9AF0CA;
}
</style>