#A8FFCA

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

Shades of Magic Mint #A8FFCA

Tints of Magic Mint #A8FFCA

Color information

#A8FFCA (or 0xA8FFCA) is unknown color: approx Magic Mint. HEX triplet: A8, FF and CA. RGB value is (168,255,202). Sum of RGB (Red+Green+Blue) = 168+255+202=625 (82% of max value = 765). Red value is 168 (66.02% from 255 or 26.88% from 625); Green value is 255 (100% from 255 or 40.8% from 625); Blue value is 202 (79.30% from 255 or 32.32% from 625); Max value from RGB is 255 - color contains mainly: green. Hex color #A8FFCA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8FFCA is #570035. Grayscale: #DFDFDF. Windows color (decimal): -5701686 or 13303720. OLE color: 13303720.

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

Color convert

RGB168255202-
CMYK0.3400.210
HSL143.45º100%82.94%-
HSV(B)143.45º34.12%100%-
XYZ62.5784.1168.81-
YUV222.94116.1888.81-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 26.88%
GREEN value IS 255 (100% from 255) = 40.8%
BLUE value IS 202 (79.30% from 255) = 32.32%
R=26.88%
G=40.8%
B=32.32%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1682552020.3400.210143.4510082.94
HexA8FFCA2201508f6453
Octal250377312420250217144123
Binary10101000111111111100101010001001010101000111111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8FFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8FFCA; }

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

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

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

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

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

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

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

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