Shades of Magic Mint #9AECC2
Tints of Magic Mint #9AECC2
RGB
CMYK
RGB Variations
Color information
#9AECC2 (or 0x9AECC2) is known color: Magic Mint. HEX triplet: 9A, EC and C2. RGB value is (154,236,194). Sum of RGB (Red+Green+Blue) = 154+236+194=584 (77% of max value = 765). Red value is 154 (60.55% from 255 or 26.37% from 584); Green value is 236 (92.58% from 255 or 40.41% from 584); Blue value is 194 (76.17% from 255 or 33.22% from 584); Max value from RGB is 236 - color contains mainly: green. Hex color #9AECC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AECC2 is #65133D. Grayscale: #CECECE. Windows color (decimal): -6624062 or 12774554. OLE color: 12774554.
HSL color Cylindrical-coordinate representation of color #9AECC2: hue angle of 149.27º degrees, saturation: 0.68, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9AECC2 is Cyan = 0.35, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 154 | 236 | 194 | - |
| CMYK | 0.35 | 0 | 0.18 | 0.07 |
| HSL | 149.27º | 0.68% | 0.76% | - |
| HSV(B) | 149.27º | 0.35% | 0.93% | - |
| XYZ | 53.06 | 70.76 | 61.9 | - |
| YUV | 206.69 | 120.83 | 90.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 236 | 194 | 0.35 | 0 | 0.18 | 0.07 | 149.27 | 0.68 | 0.76 |
| Hex | 9A | EC | C2 | 23 | 0 | 12 | 7 | 95 | 44 | 4C |
| Octal | 232 | 354 | 302 | 43 | 0 | 22 | 7 | 225 | 104 | 114 |
| Binary | 10011010 | 11101100 | 11000010 | 100011 | 0 | 10010 | 111 | 10010101 | 1000100 | 1001100 |
Color Harmonies of #9AECC2
Complementary color
Monochromatic Colors of #9AECC2
Black with #9AECC2
Text Example
Text Example
White with #9AECC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AECC2; }
p { color: rgb(154,236,194); }
H1.HeaderClassName
{
color: #9AECC2;
}
.AnyTagClassName
{
color: #9AECC2;
}
</style>
background-color css
<style>
a { background-color: #9AECC2; }
a { background-color: rgb(154,236,194); }
div.DivClassName
{
background-color: #9AECC2;
}
.BgClassName
{
background-color: #9AECC2;
}
</style>
border-color css
<style>
span { border-color: #9AECC2; }
span { border-color: rgb(154,236,194); }
td.TdClassName
{
border-color: #9AECC2;
}
.TagClassName
{
border-color: #9AECC2;
}
</style>