#A0FCDE

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

Shades of Magic Mint #A0FCDE

Tints of Magic Mint #A0FCDE

Color information

#A0FCDE (or 0xA0FCDE) is unknown color: approx Magic Mint. HEX triplet: A0, FC and DE. RGB value is (160,252,222). Sum of RGB (Red+Green+Blue) = 160+252+222=634 (83% of max value = 765). Red value is 160 (62.89% from 255 or 25.24% from 634); Green value is 252 (98.83% from 255 or 39.75% from 634); Blue value is 222 (87.11% from 255 or 35.02% from 634); Max value from RGB is 252 - color contains mainly: green. Hex color #A0FCDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0FCDE is #5F0321. Grayscale: #DDDDDD. Windows color (decimal): -6226722 or 14613664. OLE color: 14613664.

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

Color convert

RGB160252222-
CMYK0.3700.120.01
HSL160.43º93.88%80.78%-
HSV(B)160.43º36.51%98.82%-
XYZ62.4982.3781.71-
YUV221.07128.5284.44-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 25.24%
GREEN value IS 252 (98.83% from 255) = 39.75%
BLUE value IS 222 (87.11% from 255) = 35.02%
R=25.24%
G=39.75%
B=35.02%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1602522220.3700.120.01160.4393.8880.78
HexA0FCDE250C1a05e51
Octal240374336450141240136121
Binary1010000011111100110111101001010110011010000010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0FCDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0FCDE; }

 p { color: rgb(160,252,222); }

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

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

 a { background-color: rgb(160,252,222); }

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

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

 span { border-color: rgb(160,252,222); }

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