#A0FBDE

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

Shades of Magic Mint #A0FBDE

Tints of Magic Mint #A0FBDE

Color information

#A0FBDE (or 0xA0FBDE) is unknown color: approx Magic Mint. HEX triplet: A0, FB and DE. RGB value is (160,251,222). Sum of RGB (Red+Green+Blue) = 160+251+222=633 (83% of max value = 765). Red value is 160 (62.89% from 255 or 25.28% from 633); Green value is 251 (98.44% from 255 or 39.65% from 633); Blue value is 222 (87.11% from 255 or 35.07% from 633); Max value from RGB is 251 - color contains mainly: green. Hex color #A0FBDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0FBDE is #5F0421. Grayscale: #DCDCDC. Windows color (decimal): -6226978 or 14613408. OLE color: 14613408.

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

Color convert

RGB160251222-
CMYK0.3600.120.02
HSL160.88º91.92%80.59%-
HSV(B)160.88º36.25%98.43%-
XYZ62.1881.7481.61-
YUV220.48128.8584.86-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 25.28%
GREEN value IS 251 (98.44% from 255) = 39.65%
BLUE value IS 222 (87.11% from 255) = 35.07%
R=25.28%
G=39.65%
B=35.07%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1602512220.3600.120.02160.8891.9280.59
HexA0FBDE240C2a15c51
Octal240373336440142241134121
Binary10100000111110111101111010010001100101010000110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0FBDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0FBDE; }

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

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

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

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

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

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

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

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