#A0FFCB

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

Shades of Magic Mint #A0FFCB

Tints of Magic Mint #A0FFCB

Color information

#A0FFCB (or 0xA0FFCB) is unknown color: approx Magic Mint. HEX triplet: A0, FF and CB. RGB value is (160,255,203). Sum of RGB (Red+Green+Blue) = 160+255+203=618 (81% of max value = 765). Red value is 160 (62.89% from 255 or 25.89% from 618); Green value is 255 (100% from 255 or 41.26% from 618); Blue value is 203 (79.69% from 255 or 32.85% from 618); Max value from RGB is 255 - color contains mainly: green. Hex color #A0FFCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0FFCB is #5F0034. Grayscale: #DCDCDC. Windows color (decimal): -6225973 or 13369248. OLE color: 13369248.

HSL color Cylindrical-coordinate representation of color #A0FFCB: hue angle of 147.16º 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 #A0FFCB is Cyan = 0.37, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.

Color convert

RGB160255203-
CMYK0.3700.200
HSL147.16º100%81.37%-
HSV(B)147.16º37.25%100%-
XYZ61.0483.3169.36-
YUV220.67118.0384.73-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 25.89%
GREEN value IS 255 (100% from 255) = 41.26%
BLUE value IS 203 (79.69% from 255) = 32.85%
R=25.89%
G=41.26%
B=32.85%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1602552030.3700.200147.1610081.37
HexA0FFCB250140936451
Octal240377313450240223144121
Binary10100000111111111100101110010101010001001001111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0FFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0FFCB; }

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

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

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

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

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

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

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

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