Shades of Magic Mint #9BEACD
Tints of Magic Mint #9BEACD
RGB
CMYK
RGB Variations
Color information
#9BEACD (or 0x9BEACD) is known color: Magic Mint. HEX triplet: 9B, EA and CD. RGB value is (155,234,205). Sum of RGB (Red+Green+Blue) = 155+234+205=594 (78% of max value = 765). Red value is 155 (60.94% from 255 or 26.09% from 594); Green value is 234 (91.80% from 255 or 39.39% from 594); Blue value is 205 (80.47% from 255 or 34.51% from 594); Max value from RGB is 234 - color contains mainly: green. Hex color #9BEACD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BEACD is #641532. Grayscale: #CFCFCF. Windows color (decimal): -6559027 or 13494939. OLE color: 13494939.
HSL color Cylindrical-coordinate representation of color #9BEACD: hue angle of 157.97º degrees, saturation: 0.65, 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 #9BEACD is Cyan = 0.34, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 155 | 234 | 205 | - |
| CMYK | 0.34 | 0 | 0.12 | 0.08 |
| HSL | 157.97º | 0.65% | 0.76% | - |
| HSV(B) | 157.97º | 0.34% | 0.92% | - |
| XYZ | 53.96 | 70.22 | 68.47 | - |
| YUV | 207.07 | 126.83 | 90.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 234 | 205 | 0.34 | 0 | 0.12 | 0.08 | 157.97 | 0.65 | 0.76 |
| Hex | 9B | EA | CD | 22 | 0 | C | 8 | 9E | 41 | 4C |
| Octal | 233 | 352 | 315 | 42 | 0 | 14 | 10 | 236 | 101 | 114 |
| Binary | 10011011 | 11101010 | 11001101 | 100010 | 0 | 1100 | 1000 | 10011110 | 1000001 | 1001100 |
Color Harmonies of #9BEACD
Complementary color
Monochromatic Colors of #9BEACD
Black with #9BEACD
Text Example
Text Example
White with #9BEACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BEACD; }
p { color: rgb(155,234,205); }
H1.HeaderClassName
{
color: #9BEACD;
}
.AnyTagClassName
{
color: #9BEACD;
}
</style>
background-color css
<style>
a { background-color: #9BEACD; }
a { background-color: rgb(155,234,205); }
div.DivClassName
{
background-color: #9BEACD;
}
.BgClassName
{
background-color: #9BEACD;
}
</style>
border-color css
<style>
span { border-color: #9BEACD; }
span { border-color: rgb(155,234,205); }
td.TdClassName
{
border-color: #9BEACD;
}
.TagClassName
{
border-color: #9BEACD;
}
</style>