#A2FCCB

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

Shades of Magic Mint #A2FCCB

Tints of Magic Mint #A2FCCB

Color information

#A2FCCB (or 0xA2FCCB) is unknown color: approx Magic Mint. HEX triplet: A2, FC and CB. RGB value is (162,252,203). Sum of RGB (Red+Green+Blue) = 162+252+203=617 (81% of max value = 765). Red value is 162 (63.67% from 255 or 26.26% from 617); Green value is 252 (98.83% from 255 or 40.84% from 617); Blue value is 203 (79.69% from 255 or 32.90% from 617); Max value from RGB is 252 - color contains mainly: green. Hex color #A2FCCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2FCCB is #5D0334. Grayscale: #DBDBDB. Windows color (decimal): -6095669 or 13368482. OLE color: 13368482.

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

Color convert

RGB162252203-
CMYK0.3600.190.01
HSL147.33º93.75%81.18%-
HSV(B)147.33º35.71%98.82%-
XYZ60.4981.6169.06-
YUV219.5118.6886.98-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 26.26%
GREEN value IS 252 (98.83% from 255) = 40.84%
BLUE value IS 203 (79.69% from 255) = 32.90%
R=26.26%
G=40.84%
B=32.90%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1622522030.3600.190.01147.3393.7581.18
HexA2FCCB240131935e51
Octal242374313440231223136121
Binary10100010111111001100101110010001001111001001110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2FCCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2FCCB; }

 p { color: rgb(162,252,203); }

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

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

 a { background-color: rgb(162,252,203); }

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

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

 span { border-color: rgb(162,252,203); }

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