Shades of Magic Mint #9AEBCD
Tints of Magic Mint #9AEBCD
RGB
CMYK
RGB Variations
Color information
#9AEBCD (or 0x9AEBCD) is known color: Magic Mint. HEX triplet: 9A, EB and CD. RGB value is (154,235,205). Sum of RGB (Red+Green+Blue) = 154+235+205=594 (78% of max value = 765). Red value is 154 (60.55% from 255 or 25.93% from 594); Green value is 235 (92.19% from 255 or 39.56% from 594); Blue value is 205 (80.47% from 255 or 34.51% from 594); Max value from RGB is 235 - color contains mainly: green. Hex color #9AEBCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AEBCD is #651432. Grayscale: #CFCFCF. Windows color (decimal): -6624307 or 13495194. OLE color: 13495194.
HSL color Cylindrical-coordinate representation of color #9AEBCD: hue angle of 157.78º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9AEBCD is Cyan = 0.34, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 154 | 235 | 205 | - |
| CMYK | 0.34 | 0 | 0.13 | 0.08 |
| HSL | 157.78º | 0.67% | 0.76% | - |
| HSV(B) | 157.78º | 0.34% | 0.92% | - |
| XYZ | 54.05 | 70.69 | 68.55 | - |
| YUV | 207.36 | 126.66 | 89.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 235 | 205 | 0.34 | 0 | 0.13 | 0.08 | 157.78 | 0.67 | 0.76 |
| Hex | 9A | EB | CD | 22 | 0 | D | 8 | 9E | 43 | 4C |
| Octal | 232 | 353 | 315 | 42 | 0 | 15 | 10 | 236 | 103 | 114 |
| Binary | 10011010 | 11101011 | 11001101 | 100010 | 0 | 1101 | 1000 | 10011110 | 1000011 | 1001100 |
Color Harmonies of #9AEBCD
Complementary color
Monochromatic Colors of #9AEBCD
Black with #9AEBCD
Text Example
Text Example
White with #9AEBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AEBCD; }
p { color: rgb(154,235,205); }
H1.HeaderClassName
{
color: #9AEBCD;
}
.AnyTagClassName
{
color: #9AEBCD;
}
</style>
background-color css
<style>
a { background-color: #9AEBCD; }
a { background-color: rgb(154,235,205); }
div.DivClassName
{
background-color: #9AEBCD;
}
.BgClassName
{
background-color: #9AEBCD;
}
</style>
border-color css
<style>
span { border-color: #9AEBCD; }
span { border-color: rgb(154,235,205); }
td.TdClassName
{
border-color: #9AEBCD;
}
.TagClassName
{
border-color: #9AEBCD;
}
</style>