Shades of Magic Mint #9AEEBF
Tints of Magic Mint #9AEEBF
RGB
CMYK
RGB Variations
Color information
#9AEEBF (or 0x9AEEBF) is known color: Magic Mint. HEX triplet: 9A, EE and BF. RGB value is (154,238,191). Sum of RGB (Red+Green+Blue) = 154+238+191=583 (77% of max value = 765). Red value is 154 (60.55% from 255 or 26.42% from 583); Green value is 238 (93.36% from 255 or 40.82% from 583); Blue value is 191 (75% from 255 or 32.76% from 583); Max value from RGB is 238 - color contains mainly: green. Hex color #9AEEBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AEEBF is #651140. Grayscale: #CFCFCF. Windows color (decimal): -6623553 or 12578458. OLE color: 12578458.
HSL color Cylindrical-coordinate representation of color #9AEEBF: hue angle of 146.43º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9AEEBF is Cyan = 0.35, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 154 | 238 | 191 | - |
| CMYK | 0.35 | 0 | 0.20 | 0.07 |
| HSL | 146.43º | 0.71% | 0.77% | - |
| HSV(B) | 146.43º | 0.35% | 0.93% | - |
| XYZ | 53.3 | 71.78 | 60.34 | - |
| YUV | 207.53 | 118.67 | 89.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 238 | 191 | 0.35 | 0 | 0.20 | 0.07 | 146.43 | 0.71 | 0.77 |
| Hex | 9A | EE | BF | 23 | 0 | 14 | 7 | 92 | 47 | 4D |
| Octal | 232 | 356 | 277 | 43 | 0 | 24 | 7 | 222 | 107 | 115 |
| Binary | 10011010 | 11101110 | 10111111 | 100011 | 0 | 10100 | 111 | 10010010 | 1000111 | 1001101 |
Color Harmonies of #9AEEBF
Complementary color
Monochromatic Colors of #9AEEBF
Black with #9AEEBF
Text Example
Text Example
White with #9AEEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AEEBF; }
p { color: rgb(154,238,191); }
H1.HeaderClassName
{
color: #9AEEBF;
}
.AnyTagClassName
{
color: #9AEEBF;
}
</style>
background-color css
<style>
a { background-color: #9AEEBF; }
a { background-color: rgb(154,238,191); }
div.DivClassName
{
background-color: #9AEEBF;
}
.BgClassName
{
background-color: #9AEEBF;
}
</style>
border-color css
<style>
span { border-color: #9AEEBF; }
span { border-color: rgb(154,238,191); }
td.TdClassName
{
border-color: #9AEEBF;
}
.TagClassName
{
border-color: #9AEEBF;
}
</style>