Shades of Magic Mint #9AEDBF
Tints of Magic Mint #9AEDBF
RGB
CMYK
RGB Variations
Color information
#9AEDBF (or 0x9AEDBF) is known color: Magic Mint. HEX triplet: 9A, ED and BF. RGB value is (154,237,191). Sum of RGB (Red+Green+Blue) = 154+237+191=582 (77% of max value = 765). Red value is 154 (60.55% from 255 or 26.46% from 582); Green value is 237 (92.97% from 255 or 40.72% from 582); Blue value is 191 (75% from 255 or 32.82% from 582); Max value from RGB is 237 - color contains mainly: green. Hex color #9AEDBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AEDBF is #651240. Grayscale: #CFCFCF. Windows color (decimal): -6623809 or 12578202. OLE color: 12578202.
HSL color Cylindrical-coordinate representation of color #9AEDBF: hue angle of 146.75º degrees, saturation: 0.7, 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 #9AEDBF is Cyan = 0.35, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 154 | 237 | 191 | - |
| CMYK | 0.35 | 0 | 0.19 | 0.07 |
| HSL | 146.75º | 0.7% | 0.77% | - |
| HSV(B) | 146.75º | 0.35% | 0.93% | - |
| XYZ | 53.01 | 71.2 | 60.24 | - |
| YUV | 206.94 | 119 | 90.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 237 | 191 | 0.35 | 0 | 0.19 | 0.07 | 146.75 | 0.7 | 0.77 |
| Hex | 9A | ED | BF | 23 | 0 | 13 | 7 | 93 | 46 | 4D |
| Octal | 232 | 355 | 277 | 43 | 0 | 23 | 7 | 223 | 106 | 115 |
| Binary | 10011010 | 11101101 | 10111111 | 100011 | 0 | 10011 | 111 | 10010011 | 1000110 | 1001101 |
Color Harmonies of #9AEDBF
Complementary color
Monochromatic Colors of #9AEDBF
Black with #9AEDBF
Text Example
Text Example
White with #9AEDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AEDBF; }
p { color: rgb(154,237,191); }
H1.HeaderClassName
{
color: #9AEDBF;
}
.AnyTagClassName
{
color: #9AEDBF;
}
</style>
background-color css
<style>
a { background-color: #9AEDBF; }
a { background-color: rgb(154,237,191); }
div.DivClassName
{
background-color: #9AEDBF;
}
.BgClassName
{
background-color: #9AEDBF;
}
</style>
border-color css
<style>
span { border-color: #9AEDBF; }
span { border-color: rgb(154,237,191); }
td.TdClassName
{
border-color: #9AEDBF;
}
.TagClassName
{
border-color: #9AEDBF;
}
</style>