#A8F3D2

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

Shades of Magic Mint #A8F3D2

Tints of Magic Mint #A8F3D2

Color information

#A8F3D2 (or 0xA8F3D2) is unknown color: approx Magic Mint. HEX triplet: A8, F3 and D2. RGB value is (168,243,210). Sum of RGB (Red+Green+Blue) = 168+243+210=621 (82% of max value = 765). Red value is 168 (66.02% from 255 or 27.05% from 621); Green value is 243 (95.31% from 255 or 39.13% from 621); Blue value is 210 (82.42% from 255 or 33.82% from 621); Max value from RGB is 243 - color contains mainly: green. Hex color #A8F3D2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8F3D2 is #570C2D. Grayscale: #D8D8D8. Windows color (decimal): -5704750 or 13824936. OLE color: 13824936.

HSL color Cylindrical-coordinate representation of color #A8F3D2: hue angle of 153.6º degrees, saturation: 0.76, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A8F3D2 is Cyan = 0.31, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.

Color convert

RGB168243210-
CMYK0.3100.140.05
HSL153.6º75.76%80.59%-
HSV(B)153.6º30.86%95.29%-
XYZ59.8377.0872.7-
YUV216.81124.1593.18-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 27.05%
GREEN value IS 243 (95.31% from 255) = 39.13%
BLUE value IS 210 (82.42% from 255) = 33.82%
R=27.05%
G=39.13%
B=33.82%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1682432100.3100.140.05153.675.7680.59
HexA8F3D21F0E59a4c51
Octal250363322370165232114121
Binary10101000111100111101001011111011101011001101010011001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8F3D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8F3D2; }

 p { color: rgb(168,243,210); }

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

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

 a { background-color: rgb(168,243,210); }

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

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

 span { border-color: rgb(168,243,210); }

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