#A0FFCE

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

Shades of Magic Mint #A0FFCE

Tints of Magic Mint #A0FFCE

Color information

#A0FFCE (or 0xA0FFCE) is unknown color: approx Magic Mint. HEX triplet: A0, FF and CE. RGB value is (160,255,206). Sum of RGB (Red+Green+Blue) = 160+255+206=621 (82% of max value = 765). Red value is 160 (62.89% from 255 or 25.76% from 621); Green value is 255 (100% from 255 or 41.06% from 621); Blue value is 206 (80.86% from 255 or 33.17% from 621); Max value from RGB is 255 - color contains mainly: green. Hex color #A0FFCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0FFCE is #5F0031. Grayscale: #DDDDDD. Windows color (decimal): -6225970 or 13565856. OLE color: 13565856.

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

Color convert

RGB160255206-
CMYK0.3700.190
HSL149.05º100%81.37%-
HSV(B)149.05º37.25%100%-
XYZ61.483.4571.26-
YUV221.01119.5384.48-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 25.76%
GREEN value IS 255 (100% from 255) = 41.06%
BLUE value IS 206 (80.86% from 255) = 33.17%
R=25.76%
G=41.06%
B=33.17%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1602552060.3700.190149.0510081.37
HexA0FFCE250130956451
Octal240377316450230225144121
Binary10100000111111111100111010010101001101001010111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0FFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0FFCE; }

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

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

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

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

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

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

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

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