Shades of Magic Mint #A8EDCF
Tints of Magic Mint #A8EDCF
RGB
CMYK
RGB Variations
Color information
#A8EDCF (or 0xA8EDCF) is known color: Magic Mint. HEX triplet: A8, ED and CF. RGB value is (168,237,207). Sum of RGB (Red+Green+Blue) = 168+237+207=612 (81% of max value = 765). Red value is 168 (66.02% from 255 or 27.45% from 612); Green value is 237 (92.97% from 255 or 38.73% from 612); Blue value is 207 (81.25% from 255 or 33.82% from 612); Max value from RGB is 237 - color contains mainly: green. Hex color #A8EDCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8EDCF is #571230. Grayscale: #D5D5D5. Windows color (decimal): -5706289 or 13626792. OLE color: 13626792.
HSL color Cylindrical-coordinate representation of color #A8EDCF: hue angle of 153.91º 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 #A8EDCF is Cyan = 0.29, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
RGB | 168 | 237 | 207 | - |
CMYK | 0.29 | 0 | 0.13 | 0.07 |
HSL | 153.91º | 0.66% | 0.79% | - |
HSV(B) | 153.91º | 0.29% | 0.93% | - |
XYZ | 57.7 | 73.4 | 70.16 | - |
YUV | 212.95 | 124.64 | 95.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 237 | 207 | 0.29 | 0 | 0.13 | 0.07 | 153.91 | 0.66 | 0.79 |
Hex | A8 | ED | CF | 1D | 0 | D | 7 | 9A | 42 | 4F |
Octal | 250 | 355 | 317 | 35 | 0 | 15 | 7 | 232 | 102 | 117 |
Binary | 10101000 | 11101101 | 11001111 | 11101 | 0 | 1101 | 111 | 10011010 | 1000010 | 1001111 |
Color Harmonies of #A8EDCF
Complementary color
Monochromatic Colors of #A8EDCF
Black with #A8EDCF
Text Example
Text Example
White with #A8EDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EDCF; }
p { color: rgb(168,237,207); }
H1.HeaderClassName
{
color: #A8EDCF;
}
.AnyTagClassName
{
color: #A8EDCF;
}
</style>
background-color css
<style>
a { background-color: #A8EDCF; }
a { background-color: rgb(168,237,207); }
div.DivClassName
{
background-color: #A8EDCF;
}
.BgClassName
{
background-color: #A8EDCF;
}
</style>
border-color css
<style>
span { border-color: #A8EDCF; }
span { border-color: rgb(168,237,207); }
td.TdClassName
{
border-color: #A8EDCF;
}
.TagClassName
{
border-color: #A8EDCF;
}
</style>