Shades of Magic Mint #A8ECCB
Tints of Magic Mint #A8ECCB
RGB
CMYK
RGB Variations
Color information
#A8ECCB (or 0xA8ECCB) is known color: Magic Mint. HEX triplet: A8, EC and CB. RGB value is (168,236,203). Sum of RGB (Red+Green+Blue) = 168+236+203=607 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.68% from 607); Green value is 236 (92.58% from 255 or 38.88% from 607); Blue value is 203 (79.69% from 255 or 33.44% from 607); Max value from RGB is 236 - color contains mainly: green. Hex color #A8ECCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8ECCB is #571334. Grayscale: #D3D3D3. Windows color (decimal): -5706549 or 13364392. OLE color: 13364392.
HSL color Cylindrical-coordinate representation of color #A8ECCB: hue angle of 150.88º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8ECCB is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 236 | 203 | - |
| CMYK | 0.29 | 0 | 0.14 | 0.07 |
| HSL | 150.88º | 0.64% | 0.79% | - |
| HSV(B) | 150.88º | 0.29% | 0.93% | - |
| XYZ | 56.92 | 72.63 | 67.52 | - |
| YUV | 211.91 | 122.97 | 96.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 236 | 203 | 0.29 | 0 | 0.14 | 0.07 | 150.88 | 0.64 | 0.79 |
| Hex | A8 | EC | CB | 1D | 0 | E | 7 | 97 | 40 | 4F |
| Octal | 250 | 354 | 313 | 35 | 0 | 16 | 7 | 227 | 100 | 117 |
| Binary | 10101000 | 11101100 | 11001011 | 11101 | 0 | 1110 | 111 | 10010111 | 1000000 | 1001111 |
Color Harmonies of #A8ECCB
Complementary color
Monochromatic Colors of #A8ECCB
Black with #A8ECCB
Text Example
Text Example
White with #A8ECCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8ECCB; }
p { color: rgb(168,236,203); }
H1.HeaderClassName
{
color: #A8ECCB;
}
.AnyTagClassName
{
color: #A8ECCB;
}
</style>
background-color css
<style>
a { background-color: #A8ECCB; }
a { background-color: rgb(168,236,203); }
div.DivClassName
{
background-color: #A8ECCB;
}
.BgClassName
{
background-color: #A8ECCB;
}
</style>
border-color css
<style>
span { border-color: #A8ECCB; }
span { border-color: rgb(168,236,203); }
td.TdClassName
{
border-color: #A8ECCB;
}
.TagClassName
{
border-color: #A8ECCB;
}
</style>