Shades of Magic Mint #A8EDCD
Tints of Magic Mint #A8EDCD
RGB
CMYK
RGB Variations
Color information
#A8EDCD (or 0xA8EDCD) is known color: Magic Mint. HEX triplet: A8, ED and CD. RGB value is (168,237,205). Sum of RGB (Red+Green+Blue) = 168+237+205=610 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.54% from 610); Green value is 237 (92.97% from 255 or 38.85% from 610); Blue value is 205 (80.47% from 255 or 33.61% from 610); Max value from RGB is 237 - color contains mainly: green. Hex color #A8EDCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8EDCD is #571232. Grayscale: #D4D4D4. Windows color (decimal): -5706291 or 13495720. OLE color: 13495720.
HSL color Cylindrical-coordinate representation of color #A8EDCD: hue angle of 152.17º degrees, saturation: 0.66, 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 #A8EDCD is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
RGB | 168 | 237 | 205 | - |
CMYK | 0.29 | 0 | 0.14 | 0.07 |
HSL | 152.17º | 0.66% | 0.79% | - |
HSV(B) | 152.17º | 0.29% | 0.93% | - |
XYZ | 57.45 | 73.3 | 68.88 | - |
YUV | 212.72 | 123.64 | 96.1 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 237 | 205 | 0.29 | 0 | 0.14 | 0.07 | 152.17 | 0.66 | 0.79 |
Hex | A8 | ED | CD | 1D | 0 | E | 7 | 98 | 42 | 4F |
Octal | 250 | 355 | 315 | 35 | 0 | 16 | 7 | 230 | 102 | 117 |
Binary | 10101000 | 11101101 | 11001101 | 11101 | 0 | 1110 | 111 | 10011000 | 1000010 | 1001111 |
Color Harmonies of #A8EDCD
Complementary color
Monochromatic Colors of #A8EDCD
Black with #A8EDCD
Text Example
Text Example
White with #A8EDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EDCD; }
p { color: rgb(168,237,205); }
H1.HeaderClassName
{
color: #A8EDCD;
}
.AnyTagClassName
{
color: #A8EDCD;
}
</style>
background-color css
<style>
a { background-color: #A8EDCD; }
a { background-color: rgb(168,237,205); }
div.DivClassName
{
background-color: #A8EDCD;
}
.BgClassName
{
background-color: #A8EDCD;
}
</style>
border-color css
<style>
span { border-color: #A8EDCD; }
span { border-color: rgb(168,237,205); }
td.TdClassName
{
border-color: #A8EDCD;
}
.TagClassName
{
border-color: #A8EDCD;
}
</style>