#A8F0DA

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

Shades of Magic Mint #A8F0DA

Tints of Magic Mint #A8F0DA

Color information

#A8F0DA (or 0xA8F0DA) is unknown color: approx Magic Mint. HEX triplet: A8, F0 and DA. RGB value is (168,240,218). Sum of RGB (Red+Green+Blue) = 168+240+218=626 (82% of max value = 765). Red value is 168 (66.02% from 255 or 26.84% from 626); Green value is 240 (94.14% from 255 or 38.34% from 626); Blue value is 218 (85.55% from 255 or 34.82% from 626); Max value from RGB is 240 - color contains mainly: green. Hex color #A8F0DA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8F0DA is #570F25. Grayscale: #D7D7D7. Windows color (decimal): -5705510 or 14348456. OLE color: 14348456.

HSL color Cylindrical-coordinate representation of color #A8F0DA: hue angle of 161.67º degrees, saturation: 0.71, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A8F0DA is Cyan = 0.3, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB168240218-
CMYK0.300.090.06
HSL161.67º70.59%80%-
HSV(B)161.67º30%94.12%-
XYZ59.9675.7177.78-
YUV215.96129.1593.79-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 26.84%
GREEN value IS 240 (94.14% from 255) = 38.34%
BLUE value IS 218 (85.55% from 255) = 34.82%
R=26.84%
G=38.34%
B=34.82%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1682402180.300.090.06161.6770.5980
HexA8F0DA1E096a24750
Octal250360332360116242107120
Binary10101000111100001101101011110010011101010001010001111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8F0DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8F0DA; }

 p { color: rgb(168,240,218); }

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

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

 a { background-color: rgb(168,240,218); }

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

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

 span { border-color: rgb(168,240,218); }

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