#A0FBBD

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

Shades of Magic Mint #A0FBBD

Tints of Magic Mint #A0FBBD

Color information

#A0FBBD (or 0xA0FBBD) is unknown color: approx Magic Mint. HEX triplet: A0, FB and BD. RGB value is (160,251,189). Sum of RGB (Red+Green+Blue) = 160+251+189=600 (79% of max value = 765). Red value is 160 (62.89% from 255 or 26.67% from 600); Green value is 251 (98.44% from 255 or 41.83% from 600); Blue value is 189 (74.22% from 255 or 31.5% from 600); Max value from RGB is 251 - color contains mainly: green. Hex color #A0FBBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0FBBD is #5F0442. Grayscale: #D8D8D8. Windows color (decimal): -6227011 or 12450720. OLE color: 12450720.

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

Color convert

RGB160251189-
CMYK0.3600.250.02
HSL139.12º91.92%80.59%-
HSV(B)139.12º36.25%98.43%-
XYZ58.1880.1460.55-
YUV216.72112.3587.54-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 26.67%
GREEN value IS 251 (98.44% from 255) = 41.83%
BLUE value IS 189 (74.22% from 255) = 31.5%
R=26.67%
G=41.83%
B=31.5%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1602511890.3600.250.02139.1291.9280.59
HexA0FBBD2401928b5c51
Octal240373275440312213134121
Binary101000001111101110111101100100011001101000101110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0FBBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0FBBD; }

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

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

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

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

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

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

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

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