#A0FBC1

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

Shades of Magic Mint #A0FBC1

Tints of Magic Mint #A0FBC1

Color information

#A0FBC1 (or 0xA0FBC1) is unknown color: approx Magic Mint. HEX triplet: A0, FB and C1. RGB value is (160,251,193). Sum of RGB (Red+Green+Blue) = 160+251+193=604 (80% of max value = 765). Red value is 160 (62.89% from 255 or 26.49% from 604); Green value is 251 (98.44% from 255 or 41.56% from 604); Blue value is 193 (75.78% from 255 or 31.95% from 604); Max value from RGB is 251 - color contains mainly: green. Hex color #A0FBC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0FBC1 is #5F043E. Grayscale: #D9D9D9. Windows color (decimal): -6227007 or 12712864. OLE color: 12712864.

HSL color Cylindrical-coordinate representation of color #A0FBC1: hue angle of 141.76º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A0FBC1 is Cyan = 0.36, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.

Color convert

RGB160251193-
CMYK0.3600.230.02
HSL141.76º91.92%80.59%-
HSV(B)141.76º36.25%98.43%-
XYZ58.6280.3262.87-
YUV217.18114.3587.22-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 26.49%
GREEN value IS 251 (98.44% from 255) = 41.56%
BLUE value IS 193 (75.78% from 255) = 31.95%
R=26.49%
G=41.56%
B=31.95%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1602511930.3600.230.02141.7691.9280.59
HexA0FBC12401728e5c51
Octal240373301440272216134121
Binary101000001111101111000001100100010111101000111010111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0FBC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0FBC1; }

 p { color: rgb(160,251,193); }

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

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

 a { background-color: rgb(160,251,193); }

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

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

 span { border-color: rgb(160,251,193); }

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