#A2FCBD

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

Shades of Magic Mint #A2FCBD

Tints of Magic Mint #A2FCBD

Color information

#A2FCBD (or 0xA2FCBD) is unknown color: approx Magic Mint. HEX triplet: A2, FC and BD. RGB value is (162,252,189). Sum of RGB (Red+Green+Blue) = 162+252+189=603 (79% of max value = 765). Red value is 162 (63.67% from 255 or 26.87% from 603); Green value is 252 (98.83% from 255 or 41.79% from 603); Blue value is 189 (74.22% from 255 or 31.34% from 603); Max value from RGB is 252 - color contains mainly: green. Hex color #A2FCBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2FCBD is #5D0342. Grayscale: #DADADA. Windows color (decimal): -6095683 or 12450978. OLE color: 12450978.

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

Color convert

RGB162252189-
CMYK0.3600.250.01
HSL138º93.75%81.18%-
HSV(B)138º35.71%98.82%-
XYZ58.980.9860.67-
YUV217.91111.6888.12-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 26.87%
GREEN value IS 252 (98.83% from 255) = 41.79%
BLUE value IS 189 (74.22% from 255) = 31.34%
R=26.87%
G=41.79%
B=31.34%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1622521890.3600.250.0113893.7581.18
HexA2FCBD2401918a5e51
Octal242374275440311212136121
Binary10100010111111001011110110010001100111000101010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2FCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2FCBD; }

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

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

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

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

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

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

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

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