Shades of Magic Mint #9AF1CB
Tints of Magic Mint #9AF1CB
RGB
CMYK
RGB Variations
Color information
#9AF1CB (or 0x9AF1CB) is known color: Magic Mint. HEX triplet: 9A, F1 and CB. RGB value is (154,241,203). Sum of RGB (Red+Green+Blue) = 154+241+203=598 (79% of max value = 765). Red value is 154 (60.55% from 255 or 25.75% from 598); Green value is 241 (94.53% from 255 or 40.30% from 598); Blue value is 203 (79.69% from 255 or 33.95% from 598); Max value from RGB is 241 - color contains mainly: green. Hex color #9AF1CB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AF1CB is #650E34. Grayscale: #D2D2D2. Windows color (decimal): -6622773 or 13365658. OLE color: 13365658.
HSL color Cylindrical-coordinate representation of color #9AF1CB: hue angle of 153.79º 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 #9AF1CB is Cyan = 0.36, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 154 | 241 | 203 | - |
| CMYK | 0.36 | 0 | 0.16 | 0.05 |
| HSL | 153.79º | 0.76% | 0.77% | - |
| HSV(B) | 153.79º | 0.36% | 0.95% | - |
| XYZ | 55.56 | 74.09 | 67.87 | - |
| YUV | 210.66 | 123.68 | 87.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 241 | 203 | 0.36 | 0 | 0.16 | 0.05 | 153.79 | 0.76 | 0.77 |
| Hex | 9A | F1 | CB | 24 | 0 | 10 | 5 | 9A | 4C | 4D |
| Octal | 232 | 361 | 313 | 44 | 0 | 20 | 5 | 232 | 114 | 115 |
| Binary | 10011010 | 11110001 | 11001011 | 100100 | 0 | 10000 | 101 | 10011010 | 1001100 | 1001101 |
Color Harmonies of #9AF1CB
Complementary color
Monochromatic Colors of #9AF1CB
Black with #9AF1CB
Text Example
Text Example
White with #9AF1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AF1CB; }
p { color: rgb(154,241,203); }
H1.HeaderClassName
{
color: #9AF1CB;
}
.AnyTagClassName
{
color: #9AF1CB;
}
</style>
background-color css
<style>
a { background-color: #9AF1CB; }
a { background-color: rgb(154,241,203); }
div.DivClassName
{
background-color: #9AF1CB;
}
.BgClassName
{
background-color: #9AF1CB;
}
</style>
border-color css
<style>
span { border-color: #9AF1CB; }
span { border-color: rgb(154,241,203); }
td.TdClassName
{
border-color: #9AF1CB;
}
.TagClassName
{
border-color: #9AF1CB;
}
</style>