Shades of Magic Mint #9BEAC8
Tints of Magic Mint #9BEAC8
RGB
CMYK
RGB Variations
Color information
#9BEAC8 (or 0x9BEAC8) is known color: Magic Mint. HEX triplet: 9B, EA and C8. RGB value is (155,234,200). Sum of RGB (Red+Green+Blue) = 155+234+200=589 (78% of max value = 765). Red value is 155 (60.94% from 255 or 26.32% from 589); Green value is 234 (91.80% from 255 or 39.73% from 589); Blue value is 200 (78.52% from 255 or 33.96% from 589); Max value from RGB is 234 - color contains mainly: green. Hex color #9BEAC8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BEAC8 is #641537. Grayscale: #CECECE. Windows color (decimal): -6559032 or 13167259. OLE color: 13167259.
HSL color Cylindrical-coordinate representation of color #9BEAC8: hue angle of 154.18º 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 #9BEAC8 is Cyan = 0.34, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 155 | 234 | 200 | - |
| CMYK | 0.34 | 0 | 0.15 | 0.08 |
| HSL | 154.18º | 0.65% | 0.76% | - |
| HSV(B) | 154.18º | 0.34% | 0.92% | - |
| XYZ | 53.37 | 69.98 | 65.34 | - |
| YUV | 206.5 | 124.33 | 91.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 234 | 200 | 0.34 | 0 | 0.15 | 0.08 | 154.18 | 0.65 | 0.76 |
| Hex | 9B | EA | C8 | 22 | 0 | F | 8 | 9A | 41 | 4C |
| Octal | 233 | 352 | 310 | 42 | 0 | 17 | 10 | 232 | 101 | 114 |
| Binary | 10011011 | 11101010 | 11001000 | 100010 | 0 | 1111 | 1000 | 10011010 | 1000001 | 1001100 |
Color Harmonies of #9BEAC8
Complementary color
Monochromatic Colors of #9BEAC8
Black with #9BEAC8
Text Example
Text Example
White with #9BEAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BEAC8; }
p { color: rgb(155,234,200); }
H1.HeaderClassName
{
color: #9BEAC8;
}
.AnyTagClassName
{
color: #9BEAC8;
}
</style>
background-color css
<style>
a { background-color: #9BEAC8; }
a { background-color: rgb(155,234,200); }
div.DivClassName
{
background-color: #9BEAC8;
}
.BgClassName
{
background-color: #9BEAC8;
}
</style>
border-color css
<style>
span { border-color: #9BEAC8; }
span { border-color: rgb(155,234,200); }
td.TdClassName
{
border-color: #9BEAC8;
}
.TagClassName
{
border-color: #9BEAC8;
}
</style>