#a8ffc4

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

Shades of Magic Mint #A8FFC4

Tints of Magic Mint #A8FFC4

Color information

#A8FFC4 (or 0xA8FFC4) is unknown color: approx Magic Mint. HEX triplet: A8, FF and C4. RGB value is (168,255,196). Sum of RGB (Red+Green+Blue) = 168+255+196=619 (81% of max value = 765). Red value is 168 (66.02% from 255 or 27.14% from 619); Green value is 255 (100% from 255 or 41.20% from 619); Blue value is 196 (76.95% from 255 or 31.66% from 619); Max value from RGB is 255 - color contains mainly: green. Hex color #A8FFC4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8FFC4 is #57003B. Grayscale: #DEDEDE. Windows color (decimal): -5701692 or 12910504. OLE color: 12910504.

HSL color Cylindrical-coordinate representation of color #A8FFC4: hue angle of 139.31º 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 #A8FFC4 is Cyan = 0.34, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.

Color convert

RGB168255196-
CMYK0.3400.230
HSL139.31º100%82.94%-
HSV(B)139.31º34.12%100%-
XYZ61.8783.8365.14-
YUV222.26113.1889.3-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 27.14%
GREEN value IS 255 (100% from 255) = 41.20%
BLUE value IS 196 (76.95% from 255) = 31.66%
R=27.14%
G=41.20%
B=31.66%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1682551960.3400.230139.3110082.94
HexA8FFC42201708b6453
Octal250377304420270213144123
Binary10101000111111111100010010001001011101000101111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a8ffc4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a8ffc4; }

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

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

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

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

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

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

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

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