#A0FACE

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

Shades of Magic Mint #A0FACE

Tints of Magic Mint #A0FACE

Color information

#A0FACE (or 0xA0FACE) is unknown color: approx Magic Mint. HEX triplet: A0, FA and CE. RGB value is (160,250,206). Sum of RGB (Red+Green+Blue) = 160+250+206=616 (81% of max value = 765). Red value is 160 (62.89% from 255 or 25.97% from 616); Green value is 250 (98.05% from 255 or 40.58% from 616); Blue value is 206 (80.86% from 255 or 33.44% from 616); Max value from RGB is 250 - color contains mainly: green. Hex color #A0FACE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0FACE is #5F0531. Grayscale: #DADADA. Windows color (decimal): -6227250 or 13564576. OLE color: 13564576.

HSL color Cylindrical-coordinate representation of color #A0FACE: hue angle of 150.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 #A0FACE is Cyan = 0.36, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB160250206-
CMYK0.3600.180.02
HSL150.67º90%80.39%-
HSV(B)150.67º36%98.04%-
XYZ59.8280.370.74-
YUV218.07121.1886.58-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 25.97%
GREEN value IS 250 (98.05% from 255) = 40.58%
BLUE value IS 206 (80.86% from 255) = 33.44%
R=25.97%
G=40.58%
B=33.44%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1602502060.3600.180.02150.679080.39
HexA0FACE240122975a50
Octal240372316440222227132120
Binary101000001111101011001110100100010010101001011110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0FACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0FACE; }

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

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

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

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

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

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

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

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