#A0FDBB

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

Shades of Magic Mint #A0FDBB

Tints of Magic Mint #A0FDBB

Color information

#A0FDBB (or 0xA0FDBB) is unknown color: approx Magic Mint. HEX triplet: A0, FD and BB. RGB value is (160,253,187). Sum of RGB (Red+Green+Blue) = 160+253+187=600 (79% of max value = 765). Red value is 160 (62.89% from 255 or 26.67% from 600); Green value is 253 (99.22% from 255 or 42.17% from 600); Blue value is 187 (73.44% from 255 or 31.17% from 600); Max value from RGB is 253 - color contains mainly: green. Hex color #A0FDBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0FDBB is #5F0244. Grayscale: #D9D9D9. Windows color (decimal): -6226501 or 12320160. OLE color: 12320160.

HSL color Cylindrical-coordinate representation of color #A0FDBB: hue angle of 137.42º degrees, saturation: 0.96, 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 #A0FDBB is Cyan = 0.37, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB160253187-
CMYK0.3700.260.01
HSL137.42º95.88%80.98%-
HSV(B)137.42º36.76%99.22%-
XYZ58.5981.3159.62-
YUV217.67110.6986.87-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 26.67%
GREEN value IS 253 (99.22% from 255) = 42.17%
BLUE value IS 187 (73.44% from 255) = 31.17%
R=26.67%
G=42.17%
B=31.17%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1602531870.3700.260.01137.4295.8880.98
HexA0FDBB2501A1896051
Octal240375273450321211140121
Binary10100000111111011011101110010101101011000100111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0FDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0FDBB; }

 p { color: rgb(160,253,187); }

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

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

 a { background-color: rgb(160,253,187); }

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

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

 span { border-color: rgb(160,253,187); }

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