#A0FACB

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

Shades of Magic Mint #A0FACB

Tints of Magic Mint #A0FACB

Color information

#A0FACB (or 0xA0FACB) is unknown color: approx Magic Mint. HEX triplet: A0, FA and CB. RGB value is (160,250,203). Sum of RGB (Red+Green+Blue) = 160+250+203=613 (81% of max value = 765). Red value is 160 (62.89% from 255 or 26.10% from 613); Green value is 250 (98.05% from 255 or 40.78% from 613); Blue value is 203 (79.69% from 255 or 33.12% from 613); Max value from RGB is 250 - color contains mainly: green. Hex color #A0FACB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0FACB is #5F0534. Grayscale: #D9D9D9. Windows color (decimal): -6227253 or 13367968. OLE color: 13367968.

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

Color convert

RGB160250203-
CMYK0.3600.190.02
HSL148.67º90%80.39%-
HSV(B)148.67º36%98.04%-
XYZ59.4680.1668.84-
YUV217.73119.6886.82-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 26.10%
GREEN value IS 250 (98.05% from 255) = 40.78%
BLUE value IS 203 (79.69% from 255) = 33.12%
R=26.10%
G=40.78%
B=33.12%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1602502030.3600.190.02148.679080.39
HexA0FACB240132955a50
Octal240372313440232225132120
Binary101000001111101011001011100100010011101001010110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0FACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0FACB; }

 p { color: rgb(160,250,203); }

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

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

 a { background-color: rgb(160,250,203); }

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

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

 span { border-color: rgb(160,250,203); }

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