Shades of Magic Mint #9AEBCB
Tints of Magic Mint #9AEBCB
RGB
CMYK
RGB Variations
Color information
#9AEBCB (or 0x9AEBCB) is known color: Magic Mint. HEX triplet: 9A, EB and CB. RGB value is (154,235,203). Sum of RGB (Red+Green+Blue) = 154+235+203=592 (78% of max value = 765). Red value is 154 (60.55% from 255 or 26.01% from 592); Green value is 235 (92.19% from 255 or 39.70% from 592); Blue value is 203 (79.69% from 255 or 34.29% from 592); Max value from RGB is 235 - color contains mainly: green. Hex color #9AEBCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AEBCB is #651434. Grayscale: #CFCFCF. Windows color (decimal): -6624309 or 13364122. OLE color: 13364122.
HSL color Cylindrical-coordinate representation of color #9AEBCB: hue angle of 156.3º 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 #9AEBCB is Cyan = 0.34, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 154 | 235 | 203 | - |
| CMYK | 0.34 | 0 | 0.14 | 0.08 |
| HSL | 156.3º | 0.67% | 0.76% | - |
| HSV(B) | 156.3º | 0.34% | 0.92% | - |
| XYZ | 53.81 | 70.6 | 67.29 | - |
| YUV | 207.13 | 125.66 | 90.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 235 | 203 | 0.34 | 0 | 0.14 | 0.08 | 156.3 | 0.67 | 0.76 |
| Hex | 9A | EB | CB | 22 | 0 | E | 8 | 9C | 43 | 4C |
| Octal | 232 | 353 | 313 | 42 | 0 | 16 | 10 | 234 | 103 | 114 |
| Binary | 10011010 | 11101011 | 11001011 | 100010 | 0 | 1110 | 1000 | 10011100 | 1000011 | 1001100 |
Color Harmonies of #9AEBCB
Complementary color
Monochromatic Colors of #9AEBCB
Black with #9AEBCB
Text Example
Text Example
White with #9AEBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AEBCB; }
p { color: rgb(154,235,203); }
H1.HeaderClassName
{
color: #9AEBCB;
}
.AnyTagClassName
{
color: #9AEBCB;
}
</style>
background-color css
<style>
a { background-color: #9AEBCB; }
a { background-color: rgb(154,235,203); }
div.DivClassName
{
background-color: #9AEBCB;
}
.BgClassName
{
background-color: #9AEBCB;
}
</style>
border-color css
<style>
span { border-color: #9AEBCB; }
span { border-color: rgb(154,235,203); }
td.TdClassName
{
border-color: #9AEBCB;
}
.TagClassName
{
border-color: #9AEBCB;
}
</style>