#A8FFDC

Color #A8FFDC Magic Mint (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Magic Mint #A8FFDC

Tints of Magic Mint #A8FFDC

Color information

#A8FFDC (or 0xA8FFDC) is unknown color: approx Magic Mint. HEX triplet: A8, FF and DC. RGB value is (168,255,220). Sum of RGB (Red+Green+Blue) = 168+255+220=643 (85% of max value = 765). Red value is 168 (66.02% from 255 or 26.13% from 643); Green value is 255 (100% from 255 or 39.66% from 643); Blue value is 220 (86.33% from 255 or 34.21% from 643); Max value from RGB is 255 - color contains mainly: green. Hex color #A8FFDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8FFDC is #570023. Grayscale: #E1E1E1. Windows color (decimal): -5701668 or 14483368. OLE color: 14483368.

HSL color Cylindrical-coordinate representation of color #A8FFDC: hue angle of 155.86º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A8FFDC is Cyan = 0.34, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.

Color convert

RGB168255220-
CMYK0.3400.140
HSL155.86º100%82.94%-
HSV(B)155.86º34.12%100%-
XYZ64.8385.0180.7-
YUV225125.1887.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 168 (66.02% from 255) = 26.13%
GREEN value IS 255 (100% from 255) = 39.66%
BLUE value IS 220 (86.33% from 255) = 34.21%
R=26.13%
G=39.66%
B=34.21%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1682552200.3400.140155.8610082.94
HexA8FFDC220E09c6453
Octal250377334420160234144123
Binary1010100011111111110111001000100111001001110011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8FFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8FFDC; }

 p { color: rgb(168,255,220); }

 H1.HeaderClassName
 {
   color: #A8FFDC;
 }
 .AnyTagClassName
 {
   color: #A8FFDC;
 }
</style>
background-color css

<style>
 a { background-color: #A8FFDC; }

 a { background-color: rgb(168,255,220); }

 div.DivClassName
 {
   background-color: #A8FFDC;
 }
 .BgClassName
 {
   background-color: #A8FFDC;
 }
</style>
border-color css

<style>
 span { border-color: #A8FFDC; }

 span { border-color: rgb(168,255,220); }

 td.TdClassName
 {
   border-color: #A8FFDC;
 }
 .TagClassName
 {
   border-color: #A8FFDC;
 }
</style>