#A4FFCB

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

Shades of Magic Mint #A4FFCB

Tints of Magic Mint #A4FFCB

Color information

#A4FFCB (or 0xA4FFCB) is unknown color: approx Magic Mint. HEX triplet: A4, FF and CB. RGB value is (164,255,203). Sum of RGB (Red+Green+Blue) = 164+255+203=622 (82% of max value = 765). Red value is 164 (64.45% from 255 or 26.37% from 622); Green value is 255 (100% from 255 or 41.00% from 622); Blue value is 203 (79.69% from 255 or 32.64% from 622); Max value from RGB is 255 - color contains mainly: green. Hex color #A4FFCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4FFCB is #5B0034. Grayscale: #DDDDDD. Windows color (decimal): -5963829 or 13369252. OLE color: 13369252.

HSL color Cylindrical-coordinate representation of color #A4FFCB: hue angle of 145.71º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A4FFCB is Cyan = 0.36, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.

Color convert

RGB164255203-
CMYK0.3600.200
HSL145.71º100%82.16%-
HSV(B)145.71º35.69%100%-
XYZ61.8583.7269.4-
YUV221.86117.3586.73-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 26.37%
GREEN value IS 255 (100% from 255) = 41.00%
BLUE value IS 203 (79.69% from 255) = 32.64%
R=26.37%
G=41.00%
B=32.64%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1642552030.3600.200145.7110082.16
HexA4FFCB240140926452
Octal244377313440240222144122
Binary10100100111111111100101110010001010001001001011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4FFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4FFCB; }

 p { color: rgb(164,255,203); }

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

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

 a { background-color: rgb(164,255,203); }

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

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

 span { border-color: rgb(164,255,203); }

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