#A8F3C1

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

Shades of Magic Mint #A8F3C1

Tints of Magic Mint #A8F3C1

Color information

#A8F3C1 (or 0xA8F3C1) is unknown color: approx Magic Mint. HEX triplet: A8, F3 and C1. RGB value is (168,243,193). Sum of RGB (Red+Green+Blue) = 168+243+193=604 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.81% from 604); Green value is 243 (95.31% from 255 or 40.23% from 604); Blue value is 193 (75.78% from 255 or 31.95% from 604); Max value from RGB is 243 - color contains mainly: green. Hex color #A8F3C1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8F3C1 is #570C3E. Grayscale: #D7D7D7. Windows color (decimal): -5704767 or 12710824. OLE color: 12710824.

HSL color Cylindrical-coordinate representation of color #A8F3C1: hue angle of 140º 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 #A8F3C1 is Cyan = 0.31, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB168243193-
CMYK0.3100.210.05
HSL140º75.76%80.59%-
HSV(B)140º30.86%95.29%-
XYZ57.8276.2862.13-
YUV214.88115.6594.57-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 27.81%
GREEN value IS 243 (95.31% from 255) = 40.23%
BLUE value IS 193 (75.78% from 255) = 31.95%
R=27.81%
G=40.23%
B=31.95%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1682431930.3100.210.0514075.7680.59
HexA8F3C11F01558c4c51
Octal250363301370255214114121
Binary101010001111001111000001111110101011011000110010011001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8F3C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8F3C1; }

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

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

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

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

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

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

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

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