Shades of Magic Mint #A8EBCC
Tints of Magic Mint #A8EBCC
RGB
CMYK
RGB Variations
Color information
#A8EBCC (or 0xA8EBCC) is known color: Magic Mint. HEX triplet: A8, EB and CC. RGB value is (168,235,204). Sum of RGB (Red+Green+Blue) = 168+235+204=607 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.68% from 607); Green value is 235 (92.19% from 255 or 38.71% from 607); Blue value is 204 (80.08% from 255 or 33.61% from 607); Max value from RGB is 235 - color contains mainly: green. Hex color #A8EBCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8EBCC is #571433. Grayscale: #D3D3D3. Windows color (decimal): -5706804 or 13429672. OLE color: 13429672.
HSL color Cylindrical-coordinate representation of color #A8EBCC: hue angle of 152.24º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8EBCC is Cyan = 0.29, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 168 | 235 | 204 | - |
| CMYK | 0.29 | 0 | 0.13 | 0.08 |
| HSL | 152.24º | 0.63% | 0.79% | - |
| HSV(B) | 152.24º | 0.29% | 0.92% | - |
| XYZ | 56.76 | 72.1 | 68.05 | - |
| YUV | 211.43 | 123.8 | 97.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 235 | 204 | 0.29 | 0 | 0.13 | 0.08 | 152.24 | 0.63 | 0.79 |
| Hex | A8 | EB | CC | 1D | 0 | D | 8 | 98 | 3F | 4F |
| Octal | 250 | 353 | 314 | 35 | 0 | 15 | 10 | 230 | 77 | 117 |
| Binary | 10101000 | 11101011 | 11001100 | 11101 | 0 | 1101 | 1000 | 10011000 | 111111 | 1001111 |
Color Harmonies of #A8EBCC
Complementary color
Monochromatic Colors of #A8EBCC
Black with #A8EBCC
Text Example
Text Example
White with #A8EBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EBCC; }
p { color: rgb(168,235,204); }
H1.HeaderClassName
{
color: #A8EBCC;
}
.AnyTagClassName
{
color: #A8EBCC;
}
</style>
background-color css
<style>
a { background-color: #A8EBCC; }
a { background-color: rgb(168,235,204); }
div.DivClassName
{
background-color: #A8EBCC;
}
.BgClassName
{
background-color: #A8EBCC;
}
</style>
border-color css
<style>
span { border-color: #A8EBCC; }
span { border-color: rgb(168,235,204); }
td.TdClassName
{
border-color: #A8EBCC;
}
.TagClassName
{
border-color: #A8EBCC;
}
</style>